Html Css Color HEX #FCE42F Gorse

📋 copy color: '#FCE42F'

red 252 ◦ green 228 ◦ blue 47

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

Shades of Gorse #FCE42F

Tints of Gorse #FCE42F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 43.26%

 BLUE value IS 47 (18.75% from 255) = 8.92%

R = 47.82%
G = 43.26%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCE42F (or 0xFCE42F) is known color: Gorse. HEX triplet: FC, E4 and 2F. RGB value is (252,228,47). Sum of RGB (Red+Green+Blue) = 252+228+47=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 228 (89.45% from 255 or 43.26% from 527); Blue value is 47 (18.75% from 255 or 8.92% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE42F is #031BD0. Grayscale: #D7D7D7. Windows color (decimal): -203729 or 3138812. OLE color: 3138812.

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

Color convert

RGB 252 228 47 -
CMYK 0 0.10 0.81 0.01
HSL 52.98º 0.97% 0.59% -
HSV(B) 52.98º 0.81% 0.99% -
XYZ 68.4 76.39 13.83 -
YUV 214.54 33.45 154.72 -
System Red Green Blue C M Y K H S L
Decimal 252 228 47 0 0.10 0.81 0.01 52.98 0.97 0.59
Hex FC E4 2F 0 A 51 1 35 61 3B
Octal 374 344 57 0 12 121 1 65 141 73
Binary 11111100 11100100 101111 0 1010 1010001 1 110101 1100001 111011

Color Harmonies of #FCE42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE42F

Black with #FCE42F

Text Example


Text Example

White with #FCE42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE42F; }

 p { color: rgb(252,228,47); }

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

background-color css

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

 a { background-color: rgb(252,228,47); }

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

border-color css

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

 span { border-color: rgb(252,228,47); }

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