Html Css Color HEX #FCE128 Gorse

📋 copy color: '#FCE128'

red 252 ◦ green 225 ◦ blue 40

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

Shades of Gorse #FCE128

Tints of Gorse #FCE128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.74%

R = 48.74%
G = 43.52%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCE128 (or 0xFCE128) is known color: Gorse. HEX triplet: FC, E1 and 28. RGB value is (252,225,40). Sum of RGB (Red+Green+Blue) = 252+225+40=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 40 (16.02% from 255 or 7.74% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE128 is #031ED7. Grayscale: #D4D4D4. Windows color (decimal): -204504 or 2679292. OLE color: 2679292.

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

Color convert

RGB 252 225 40 -
CMYK 0 0.11 0.84 0.01
HSL 52.36º 0.97% 0.57% -
HSV(B) 52.36º 0.84% 0.99% -
XYZ 67.45 74.7 12.87 -
YUV 211.98 30.95 156.54 -
System Red Green Blue C M Y K H S L
Decimal 252 225 40 0 0.11 0.84 0.01 52.36 0.97 0.57
Hex FC E1 28 0 B 54 1 34 61 39
Octal 374 341 50 0 13 124 1 64 141 71
Binary 11111100 11100001 101000 0 1011 1010100 1 110100 1100001 111001

Color Harmonies of #FCE128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE128

Black with #FCE128

Text Example


Text Example

White with #FCE128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE128; }

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

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

background-color css

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

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

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

border-color css

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

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

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