Html Css Color HEX #FFD942 Gorse

📋 copy color: '#FFD942'

red 255 ◦ green 217 ◦ blue 66

#FFD942
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gorse #FFD942

Tints of Gorse #FFD942

RGB

 RED value IS 255 (100% from 255) = 47.4%

 GREEN value IS 217 (85.16% from 255) = 40.33%

 BLUE value IS 66 (26.17% from 255) = 12.27%

R = 47.4%
G = 40.33%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFD942 (or 0xFFD942) is known color: Gorse. HEX triplet: FF, D9 and 42. RGB value is (255,217,66). Sum of RGB (Red+Green+Blue) = 255+217+66=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 217 (85.16% from 255 or 40.33% from 538); Blue value is 66 (26.17% from 255 or 12.27% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD942 is #0026BD. Grayscale: #D3D3D3. Windows color (decimal): -9918 or 4381183. OLE color: 4381183.

HSL color Cylindrical-coordinate representation of color #FFD942: hue angle of 47.94º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFD942 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 255 217 66 -
CMYK 0 0.15 0.74 0
HSL 47.94º 1% 0.63% -
HSV(B) 47.94º 0.74% 1% -
XYZ 67.04 71.28 15.38 -
YUV 211.15 46.09 159.28 -
System Red Green Blue C M Y K H S L
Decimal 255 217 66 0 0.15 0.74 0 47.94 1 0.63
Hex FF D9 42 0 F 4A 0 30 64 3F
Octal 377 331 102 0 17 112 0 60 144 77
Binary 11111111 11011001 1000010 0 1111 1001010 0 110000 1100100 111111

Color Harmonies of #FFD942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD942

Black with #FFD942

Text Example


Text Example

White with #FFD942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD942; }

 p { color: rgb(255,217,66); }

 H1.HeaderClassName
 {
   color: #FFD942;
 }
 .AnyTagClassName
 {
   color: #FFD942;
 }
</style>

background-color css

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

 a { background-color: rgb(255,217,66); }

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

border-color css

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

 span { border-color: rgb(255,217,66); }

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