Html Css Color HEX #FCFA2A Gorse

📋 copy color: '#FCFA2A'

red 252 ◦ green 250 ◦ blue 42

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

Shades of Gorse #FCFA2A

Tints of Gorse #FCFA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.72%

R = 46.32%
G = 45.96%
B = 7.72%

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

#FCFA2A (or 0xFCFA2A) is known color: Gorse. HEX triplet: FC, FA and 2A. RGB value is (252,250,42). Sum of RGB (Red+Green+Blue) = 252+250+42=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 42 (16.80% from 255 or 7.72% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA2A is #0305D5. Grayscale: #E3E3E3. Windows color (decimal): -198102 or 2816764. OLE color: 2816764.

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

Color convert

RGB 252 250 42 -
CMYK 0 0.01 0.83 0.01
HSL 59.43º 0.97% 0.58% -
HSV(B) 59.43º 0.83% 0.99% -
XYZ 74.75 89.23 15.47 -
YUV 226.89 23.66 145.91 -
System Red Green Blue C M Y K H S L
Decimal 252 250 42 0 0.01 0.83 0.01 59.43 0.97 0.58
Hex FC FA 2A 0 1 53 1 3B 61 3A
Octal 374 372 52 0 1 123 1 73 141 72
Binary 11111100 11111010 101010 0 1 1010011 1 111011 1100001 111010

Color Harmonies of #FCFA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA2A

Black with #FCFA2A

Text Example


Text Example

White with #FCFA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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