Html Css Color HEX #FCF03C Gorse

📋 copy color: '#FCF03C'

red 252 ◦ green 240 ◦ blue 60

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

Shades of Gorse #FCF03C

Tints of Gorse #FCF03C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 10.87%

R = 45.65%
G = 43.48%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCF03C (or 0xFCF03C) is known color: Gorse. HEX triplet: FC, F0 and 3C. RGB value is (252,240,60). Sum of RGB (Red+Green+Blue) = 252+240+60=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 60 (23.83% from 255 or 10.87% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF03C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF03C is #030FC3. Grayscale: #DFDFDF. Windows color (decimal): -200644 or 3993852. OLE color: 3993852.

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

Color convert

RGB 252 240 60 -
CMYK 0 0.05 0.76 0.01
HSL 56.25º 0.97% 0.61% -
HSV(B) 56.25º 0.76% 0.99% -
XYZ 72.12 83.34 16.56 -
YUV 223.07 35.98 148.64 -
System Red Green Blue C M Y K H S L
Decimal 252 240 60 0 0.05 0.76 0.01 56.25 0.97 0.61
Hex FC F0 3C 0 5 4C 1 38 61 3D
Octal 374 360 74 0 5 114 1 70 141 75
Binary 11111100 11110000 111100 0 101 1001100 1 111000 1100001 111101

Color Harmonies of #FCF03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF03C

Black with #FCF03C

Text Example


Text Example

White with #FCF03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF03C; }

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

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

background-color css

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

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

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

border-color css

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

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

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