Html Css Color HEX #FCE225 Gorse

📋 copy color: '#FCE225'

red 252 ◦ green 226 ◦ blue 37

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

Shades of Gorse #FCE225

Tints of Gorse #FCE225

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.88%

 BLUE value IS 37 (14.84% from 255) = 7.18%

R = 48.93%
G = 43.88%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCE225 (or 0xFCE225) is known color: Gorse. HEX triplet: FC, E2 and 25. RGB value is (252,226,37). Sum of RGB (Red+Green+Blue) = 252+226+37=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 37 (14.84% from 255 or 7.18% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE225 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE225 is #031DDA. Grayscale: #D5D5D5. Windows color (decimal): -204251 or 2482940. OLE color: 2482940.

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

Color convert

RGB 252 226 37 -
CMYK 0 0.10 0.85 0.01
HSL 52.74º 0.97% 0.57% -
HSV(B) 52.74º 0.85% 0.99% -
XYZ 67.68 75.22 12.7 -
YUV 212.23 29.11 156.37 -
System Red Green Blue C M Y K H S L
Decimal 252 226 37 0 0.10 0.85 0.01 52.74 0.97 0.57
Hex FC E2 25 0 A 55 1 35 61 39
Octal 374 342 45 0 12 125 1 65 141 71
Binary 11111100 11100010 100101 0 1010 1010101 1 110101 1100001 111001

Color Harmonies of #FCE225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE225

Black with #FCE225

Text Example


Text Example

White with #FCE225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE225; }

 p { color: rgb(252,226,37); }

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

background-color css

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

 a { background-color: rgb(252,226,37); }

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

border-color css

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

 span { border-color: rgb(252,226,37); }

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