Html Css Color HEX #FCFA2C Gorse

📋 copy color: '#FCFA2C'

red 252 ◦ green 250 ◦ blue 44

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

Shades of Gorse #FCFA2C

Tints of Gorse #FCFA2C

RGB

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

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

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

R = 46.15%
G = 45.79%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCFA2C (or 0xFCFA2C) is known color: Gorse. HEX triplet: FC, FA and 2C. RGB value is (252,250,44). Sum of RGB (Red+Green+Blue) = 252+250+44=546 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.15% from 546); Green value is 250 (98.05% from 255 or 45.79% from 546); Blue value is 44 (17.58% from 255 or 8.06% from 546); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA2C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA2C is #0305D3. Grayscale: #E3E3E3. Windows color (decimal): -198100 or 2947836. OLE color: 2947836.

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

Color convert

RGB 252 250 44 -
CMYK 0 0.01 0.83 0.01
HSL 59.42º 0.97% 0.58% -
HSV(B) 59.42º 0.83% 0.99% -
XYZ 74.79 89.25 15.67 -
YUV 227.11 24.66 145.75 -
System Red Green Blue C M Y K H S L
Decimal 252 250 44 0 0.01 0.83 0.01 59.42 0.97 0.58
Hex FC FA 2C 0 1 53 1 3B 61 3A
Octal 374 372 54 0 1 123 1 73 141 72
Binary 11111100 11111010 101100 0 1 1010011 1 111011 1100001 111010

Color Harmonies of #FCFA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA2C

Black with #FCFA2C

Text Example


Text Example

White with #FCFA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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