Html Css Color HEX #FCE042 Gorse

📋 copy color: '#FCE042'

red 252 ◦ green 224 ◦ blue 66

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

Shades of Gorse #FCE042

Tints of Gorse #FCE042

RGB

 RED value IS 252 (98.83% from 255) = 46.49%

 GREEN value IS 224 (87.89% from 255) = 41.33%

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

R = 46.49%
G = 41.33%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCE042 (or 0xFCE042) is known color: Gorse. HEX triplet: FC, E0 and 42. RGB value is (252,224,66). Sum of RGB (Red+Green+Blue) = 252+224+66=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 66 (26.17% from 255 or 12.18% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE042 is #031FBD. Grayscale: #D7D7D7. Windows color (decimal): -204734 or 4382972. OLE color: 4382972.

HSL color Cylindrical-coordinate representation of color #FCE042: hue angle of 50.97º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCE042 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 224 66 -
CMYK 0 0.11 0.74 0.01
HSL 50.97º 0.97% 0.62% -
HSV(B) 50.97º 0.74% 0.99% -
XYZ 67.78 74.4 15.94 -
YUV 214.36 44.28 154.85 -
System Red Green Blue C M Y K H S L
Decimal 252 224 66 0 0.11 0.74 0.01 50.97 0.97 0.62
Hex FC E0 42 0 B 4A 1 33 61 3E
Octal 374 340 102 0 13 112 1 63 141 76
Binary 11111100 11100000 1000010 0 1011 1001010 1 110011 1100001 111110

Color Harmonies of #FCE042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE042

Black with #FCE042

Text Example


Text Example

White with #FCE042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE042; }

 p { color: rgb(252,224,66); }

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

background-color css

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

 a { background-color: rgb(252,224,66); }

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

border-color css

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

 span { border-color: rgb(252,224,66); }

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