#F9DD3C

Color #F9DD3C Gorse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gorse #F9DD3C

Tints of Gorse #F9DD3C

Color information

#F9DD3C (or 0xF9DD3C) is unknown color: approx Gorse. HEX triplet: F9, DD and 3C. RGB value is (249,221,60). Sum of RGB (Red+Green+Blue) = 249+221+60=530 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.98% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 60 (23.83% from 255 or 11.32% from 530); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9DD3C is #0622C3. Grayscale: #D3D3D3. Windows color (decimal): -402116 or 3988985. OLE color: 3988985.

HSL color Cylindrical-coordinate representation of color #F9DD3C: hue angle of 51.11º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F9DD3C is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB24922160-
CMYK00.110.760.02
HSL51.11º94.03%60.59%-
HSV(B)51.11º75.9%97.65%-
XYZ65.7472.1814.74-
YUV211.0242.78155.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 46.98%
GREEN value IS 221 (86.72% from 255) = 41.70%
BLUE value IS 60 (23.83% from 255) = 11.32%
R=46.98%
G=41.70%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492216000.110.760.0251.1194.0360.59
HexF9DD3C0B4C2335e3d
Octal3713357401311426313675
Binary1111100111011101111100010111001100101100111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9DD3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9DD3C; }

 p { color: rgb(249,221,60); }

 H1.HeaderClassName
 {
   color: #F9DD3C;
 }
 .AnyTagClassName
 {
   color: #F9DD3C;
 }
</style>
background-color css

<style>
 a { background-color: #F9DD3C; }

 a { background-color: rgb(249,221,60); }

 div.DivClassName
 {
   background-color: #F9DD3C;
 }
 .BgClassName
 {
   background-color: #F9DD3C;
 }
</style>
border-color css

<style>
 span { border-color: #F9DD3C; }

 span { border-color: rgb(249,221,60); }

 td.TdClassName
 {
   border-color: #F9DD3C;
 }
 .TagClassName
 {
   border-color: #F9DD3C;
 }
</style>