Html Css Color HEX #FCE130 Gorse

📋 copy color: '#FCE130'

red 252 ◦ green 225 ◦ blue 48

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

Shades of Gorse #FCE130

Tints of Gorse #FCE130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 9.14%

R = 48%
G = 42.86%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCE130 (or 0xFCE130) is known color: Gorse. HEX triplet: FC, E1 and 30. RGB value is (252,225,48). Sum of RGB (Red+Green+Blue) = 252+225+48=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 48 (19.14% from 255 or 9.14% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE130 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE130 is #031ECF. Grayscale: #D5D5D5. Windows color (decimal): -204496 or 3203580. OLE color: 3203580.

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

Color convert

RGB 252 225 48 -
CMYK 0 0.11 0.81 0.01
HSL 52.06º 0.97% 0.59% -
HSV(B) 52.06º 0.81% 0.99% -
XYZ 67.6 74.76 13.66 -
YUV 212.9 34.95 155.89 -
System Red Green Blue C M Y K H S L
Decimal 252 225 48 0 0.11 0.81 0.01 52.06 0.97 0.59
Hex FC E1 30 0 B 51 1 34 61 3B
Octal 374 341 60 0 13 121 1 64 141 73
Binary 11111100 11100001 110000 0 1011 1010001 1 110100 1100001 111011

Color Harmonies of #FCE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE130

Black with #FCE130

Text Example


Text Example

White with #FCE130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE130; }

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

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

background-color css

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

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

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

border-color css

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

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

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