Html Css Color HEX #FCF031 Gorse

📋 copy color: '#FCF031'

red 252 ◦ green 240 ◦ blue 49

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

Shades of Gorse #FCF031

Tints of Gorse #FCF031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.06%

R = 46.58%
G = 44.36%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCF031 (or 0xFCF031) is known color: Gorse. HEX triplet: FC, F0 and 31. RGB value is (252,240,49). Sum of RGB (Red+Green+Blue) = 252+240+49=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 49 (19.53% from 255 or 9.06% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF031 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF031 is #030FCE. Grayscale: #DEDEDE. Windows color (decimal): -200655 or 3272956. OLE color: 3272956.

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

Color convert

RGB 252 240 49 -
CMYK 0 0.05 0.81 0.01
HSL 56.45º 0.97% 0.59% -
HSV(B) 56.45º 0.81% 0.99% -
XYZ 71.86 83.24 15.18 -
YUV 221.81 30.48 149.53 -
System Red Green Blue C M Y K H S L
Decimal 252 240 49 0 0.05 0.81 0.01 56.45 0.97 0.59
Hex FC F0 31 0 5 51 1 38 61 3B
Octal 374 360 61 0 5 121 1 70 141 73
Binary 11111100 11110000 110001 0 101 1010001 1 111000 1100001 111011

Color Harmonies of #FCF031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF031

Black with #FCF031

Text Example


Text Example

White with #FCF031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF031; }

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

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

background-color css

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

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

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

border-color css

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

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

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