Html Css Color HEX #FCF02C Gorse

📋 copy color: '#FCF02C'

red 252 ◦ green 240 ◦ blue 44

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

Shades of Gorse #FCF02C

Tints of Gorse #FCF02C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.78%

 BLUE value IS 44 (17.58% from 255) = 8.21%

R = 47.01%
G = 44.78%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCF02C (or 0xFCF02C) is known color: Gorse. HEX triplet: FC, F0 and 2C. RGB value is (252,240,44). Sum of RGB (Red+Green+Blue) = 252+240+44=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 44 (17.58% from 255 or 8.21% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF02C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF02C is #030FD3. Grayscale: #DEDEDE. Windows color (decimal): -200660 or 2945276. OLE color: 2945276.

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

Color convert

RGB 252 240 44 -
CMYK 0 0.05 0.83 0.01
HSL 56.54º 0.97% 0.58% -
HSV(B) 56.54º 0.83% 0.99% -
XYZ 71.76 83.2 14.66 -
YUV 221.24 27.98 149.94 -
System Red Green Blue C M Y K H S L
Decimal 252 240 44 0 0.05 0.83 0.01 56.54 0.97 0.58
Hex FC F0 2C 0 5 53 1 39 61 3A
Octal 374 360 54 0 5 123 1 71 141 72
Binary 11111100 11110000 101100 0 101 1010011 1 111001 1100001 111010

Color Harmonies of #FCF02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF02C

Black with #FCF02C

Text Example


Text Example

White with #FCF02C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF02C; }

 p { color: rgb(252,240,44); }

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

background-color css

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

 a { background-color: rgb(252,240,44); }

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

border-color css

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

 span { border-color: rgb(252,240,44); }

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