Html Css Color HEX #FFDE42 Gorse

📋 copy color: '#FFDE42'

red 255 ◦ green 222 ◦ blue 66

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

Shades of Gorse #FFDE42

Tints of Gorse #FFDE42

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40.88%

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

R = 46.96%
G = 40.88%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#FFDE42 (or 0xFFDE42) is known color: Gorse. HEX triplet: FF, DE and 42. RGB value is (255,222,66). Sum of RGB (Red+Green+Blue) = 255+222+66=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 66 (26.17% from 255 or 12.15% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDE42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFDE42 is #0021BD. Grayscale: #D6D6D6. Windows color (decimal): -8638 or 4382463. OLE color: 4382463.

HSL color Cylindrical-coordinate representation of color #FFDE42: hue angle of 49.52º 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 #FFDE42 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 255 222 66 -
CMYK 0 0.13 0.74 0
HSL 49.52º 1% 0.63% -
HSV(B) 49.52º 0.74% 1% -
XYZ 68.34 73.9 15.82 -
YUV 214.08 44.43 157.18 -
System Red Green Blue C M Y K H S L
Decimal 255 222 66 0 0.13 0.74 0 49.52 1 0.63
Hex FF DE 42 0 D 4A 0 32 64 3F
Octal 377 336 102 0 15 112 0 62 144 77
Binary 11111111 11011110 1000010 0 1101 1001010 0 110010 1100100 111111

Color Harmonies of #FFDE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFDE42

Black with #FFDE42

Text Example


Text Example

White with #FFDE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFDE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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