Html Css Color HEX #FCFA32 Gorse

📋 copy color: '#FCFA32'

red 252 ◦ green 250 ◦ blue 50

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

Shades of Gorse #FCFA32

Tints of Gorse #FCFA32

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.29%

 BLUE value IS 50 (19.92% from 255) = 9.06%

R = 45.65%
G = 45.29%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCFA32 (or 0xFCFA32) is known color: Gorse. HEX triplet: FC, FA and 32. RGB value is (252,250,50). Sum of RGB (Red+Green+Blue) = 252+250+50=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 50 (19.92% from 255 or 9.06% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA32 is #0305CD. Grayscale: #E4E4E4. Windows color (decimal): -198094 or 3341052. OLE color: 3341052.

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

Color convert

RGB 252 250 50 -
CMYK 0 0.01 0.80 0.01
HSL 59.41º 0.97% 0.59% -
HSV(B) 59.41º 0.8% 0.99% -
XYZ 74.91 89.3 16.31 -
YUV 227.8 27.66 145.26 -
System Red Green Blue C M Y K H S L
Decimal 252 250 50 0 0.01 0.80 0.01 59.41 0.97 0.59
Hex FC FA 32 0 1 50 1 3B 61 3B
Octal 374 372 62 0 1 120 1 73 141 73
Binary 11111100 11111010 110010 0 1 1010000 1 111011 1100001 111011

Color Harmonies of #FCFA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA32

Black with #FCFA32

Text Example


Text Example

White with #FCFA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA32; }

 p { color: rgb(252,250,50); }

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

background-color css

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

 a { background-color: rgb(252,250,50); }

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

border-color css

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

 span { border-color: rgb(252,250,50); }

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