Html Css Color HEX #FCE124 Gorse

📋 copy color: '#FCE124'

red 252 ◦ green 225 ◦ blue 36

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

Shades of Gorse #FCE124

Tints of Gorse #FCE124

RGB

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

 GREEN value IS 225 (88.28% from 255) = 43.86%

 BLUE value IS 36 (14.45% from 255) = 7.02%

R = 49.12%
G = 43.86%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FCE124 (or 0xFCE124) is known color: Gorse. HEX triplet: FC, E1 and 24. RGB value is (252,225,36). Sum of RGB (Red+Green+Blue) = 252+225+36=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 225 (88.28% from 255 or 43.86% from 513); Blue value is 36 (14.45% from 255 or 7.02% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE124 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE124 is #031EDB. Grayscale: #D4D4D4. Windows color (decimal): -204508 or 2417148. OLE color: 2417148.

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

Color convert

RGB 252 225 36 -
CMYK 0 0.11 0.86 0.01
HSL 52.5º 0.97% 0.56% -
HSV(B) 52.5º 0.86% 0.99% -
XYZ 67.39 74.67 12.53 -
YUV 211.53 28.95 156.87 -
System Red Green Blue C M Y K H S L
Decimal 252 225 36 0 0.11 0.86 0.01 52.5 0.97 0.56
Hex FC E1 24 0 B 56 1 34 61 38
Octal 374 341 44 0 13 126 1 64 141 70
Binary 11111100 11100001 100100 0 1011 1010110 1 110100 1100001 111000

Color Harmonies of #FCE124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE124

Black with #FCE124

Text Example


Text Example

White with #FCE124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE124; }

 p { color: rgb(252,225,36); }

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

background-color css

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

 a { background-color: rgb(252,225,36); }

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

border-color css

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

 span { border-color: rgb(252,225,36); }

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