Html Css Color HEX #FCFA2D Gorse

📋 copy color: '#FCFA2D'

red 252 ◦ green 250 ◦ blue 45

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

Shades of Gorse #FCFA2D

Tints of Gorse #FCFA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.23%

R = 46.07%
G = 45.7%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCFA2D (or 0xFCFA2D) is known color: Gorse. HEX triplet: FC, FA and 2D. RGB value is (252,250,45). Sum of RGB (Red+Green+Blue) = 252+250+45=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 45 (17.97% from 255 or 8.23% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA2D is #0305D2. Grayscale: #E4E4E4. Windows color (decimal): -198099 or 3013372. OLE color: 3013372.

HSL color Cylindrical-coordinate representation of color #FCFA2D: 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.82%. Process color model (Four color, CMYK) of #FCFA2D is Cyan = 0, Magento = 0.01, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 250 45 -
CMYK 0 0.01 0.82 0.01
HSL 59.42º 0.97% 0.58% -
HSV(B) 59.42º 0.82% 0.99% -
XYZ 74.8 89.26 15.77 -
YUV 227.23 25.16 145.67 -
System Red Green Blue C M Y K H S L
Decimal 252 250 45 0 0.01 0.82 0.01 59.42 0.97 0.58
Hex FC FA 2D 0 1 52 1 3B 61 3A
Octal 374 372 55 0 1 122 1 73 141 72
Binary 11111100 11111010 101101 0 1 1010010 1 111011 1100001 111010

Color Harmonies of #FCFA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA2D

Black with #FCFA2D

Text Example


Text Example

White with #FCFA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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