Html Css Color HEX #FCFA2E Gorse

📋 copy color: '#FCFA2E'

red 252 ◦ green 250 ◦ blue 46

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

Shades of Gorse #FCFA2E

Tints of Gorse #FCFA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.39%

R = 45.99%
G = 45.62%
B = 8.39%

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

#FCFA2E (or 0xFCFA2E) is known color: Gorse. HEX triplet: FC, FA and 2E. RGB value is (252,250,46). Sum of RGB (Red+Green+Blue) = 252+250+46=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 250 (98.05% from 255 or 45.62% from 548); Blue value is 46 (18.36% from 255 or 8.39% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA2E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA2E is #0305D1. Grayscale: #E4E4E4. Windows color (decimal): -198098 or 3078908. OLE color: 3078908.

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

Color convert

RGB 252 250 46 -
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.82 89.26 15.87 -
YUV 227.34 25.66 145.59 -
System Red Green Blue C M Y K H S L
Decimal 252 250 46 0 0.01 0.82 0.01 59.42 0.97 0.58
Hex FC FA 2E 0 1 52 1 3B 61 3A
Octal 374 372 56 0 1 122 1 73 141 72
Binary 11111100 11111010 101110 0 1 1010010 1 111011 1100001 111010

Color Harmonies of #FCFA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA2E

Black with #FCFA2E

Text Example


Text Example

White with #FCFA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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