Html Css Color HEX #FCE030 Gorse

📋 copy color: '#FCE030'

red 252 ◦ green 224 ◦ blue 48

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

Shades of Gorse #FCE030

Tints of Gorse #FCE030

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.75%

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

R = 48.09%
G = 42.75%
B = 9.16%

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

#FCE030 (or 0xFCE030) is known color: Gorse. HEX triplet: FC, E0 and 30. RGB value is (252,224,48). Sum of RGB (Red+Green+Blue) = 252+224+48=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 224 (87.89% from 255 or 42.75% from 524); Blue value is 48 (19.14% from 255 or 9.16% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE030 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCE030 is #031FCF. Grayscale: #D5D5D5. Windows color (decimal): -204752 or 3203324. OLE color: 3203324.

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

Color convert

RGB 252 224 48 -
CMYK 0 0.11 0.81 0.01
HSL 51.76º 0.97% 0.59% -
HSV(B) 51.76º 0.81% 0.99% -
XYZ 67.33 74.22 13.57 -
YUV 212.31 35.28 156.31 -
System Red Green Blue C M Y K H S L
Decimal 252 224 48 0 0.11 0.81 0.01 51.76 0.97 0.59
Hex FC E0 30 0 B 51 1 34 61 3B
Octal 374 340 60 0 13 121 1 64 141 73
Binary 11111100 11100000 110000 0 1011 1010001 1 110100 1100001 111011

Color Harmonies of #FCE030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE030

Black with #FCE030

Text Example


Text Example

White with #FCE030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE030; }

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

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

background-color css

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

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

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

border-color css

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

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

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