Html Css Color HEX #FCF431 Gorse

📋 copy color: '#FCF431'

red 252 ◦ green 244 ◦ blue 49

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

Shades of Gorse #FCF431

Tints of Gorse #FCF431

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.77%

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

R = 46.24%
G = 44.77%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCF431 (or 0xFCF431) is known color: Gorse. HEX triplet: FC, F4 and 31. RGB value is (252,244,49). Sum of RGB (Red+Green+Blue) = 252+244+49=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 244 (95.70% from 255 or 44.77% from 545); Blue value is 49 (19.53% from 255 or 8.99% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF431 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF431 is #030BCE. Grayscale: #E0E0E0. Windows color (decimal): -199631 or 3273980. OLE color: 3273980.

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

Color convert

RGB 252 244 49 -
CMYK 0 0.03 0.81 0.01
HSL 57.64º 0.97% 0.59% -
HSV(B) 57.64º 0.81% 0.99% -
XYZ 73.05 85.62 15.58 -
YUV 224.16 29.15 147.86 -
System Red Green Blue C M Y K H S L
Decimal 252 244 49 0 0.03 0.81 0.01 57.64 0.97 0.59
Hex FC F4 31 0 3 51 1 3A 61 3B
Octal 374 364 61 0 3 121 1 72 141 73
Binary 11111100 11110100 110001 0 11 1010001 1 111010 1100001 111011

Color Harmonies of #FCF431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF431

Black with #FCF431

Text Example


Text Example

White with #FCF431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF431; }

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

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

background-color css

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

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

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

border-color css

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

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

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