Html Css Color HEX #FCE129 Gorse

📋 copy color: '#FCE129'

red 252 ◦ green 225 ◦ blue 41

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

Shades of Gorse #FCE129

Tints of Gorse #FCE129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 7.92%

R = 48.65%
G = 43.44%
B = 7.92%

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

#FCE129 (or 0xFCE129) is known color: Gorse. HEX triplet: FC, E1 and 29. RGB value is (252,225,41). Sum of RGB (Red+Green+Blue) = 252+225+41=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 41 (16.41% from 255 or 7.92% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE129 is #031ED6. Grayscale: #D4D4D4. Windows color (decimal): -204503 or 2744828. OLE color: 2744828.

HSL color Cylindrical-coordinate representation of color #FCE129: hue angle of 52.32º 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 #FCE129 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 225 41 -
CMYK 0 0.11 0.84 0.01
HSL 52.32º 0.97% 0.57% -
HSV(B) 52.32º 0.84% 0.99% -
XYZ 67.47 74.71 12.96 -
YUV 212.1 31.45 156.46 -
System Red Green Blue C M Y K H S L
Decimal 252 225 41 0 0.11 0.84 0.01 52.32 0.97 0.57
Hex FC E1 29 0 B 54 1 34 61 39
Octal 374 341 51 0 13 124 1 64 141 71
Binary 11111100 11100001 101001 0 1011 1010100 1 110100 1100001 111001

Color Harmonies of #FCE129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE129

Black with #FCE129

Text Example


Text Example

White with #FCE129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE129; }

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

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

background-color css

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

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

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

border-color css

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

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

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