Html Css Color HEX #FCFA3C Gorse

📋 copy color: '#FCFA3C'

red 252 ◦ green 250 ◦ blue 60

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

Shades of Gorse #FCFA3C

Tints of Gorse #FCFA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 10.68%

R = 44.84%
G = 44.48%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FCFA3C (or 0xFCFA3C) is known color: Gorse. HEX triplet: FC, FA and 3C. RGB value is (252,250,60). Sum of RGB (Red+Green+Blue) = 252+250+60=562 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.84% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 60 (23.83% from 255 or 10.68% from 562); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA3C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA3C is #0305C3. Grayscale: #E5E5E5. Windows color (decimal): -198084 or 3996412. OLE color: 3996412.

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

Color convert

RGB 252 250 60 -
CMYK 0 0.01 0.76 0.01
HSL 59.38º 0.97% 0.61% -
HSV(B) 59.38º 0.76% 0.99% -
XYZ 75.15 89.39 17.57 -
YUV 228.94 32.66 144.45 -
System Red Green Blue C M Y K H S L
Decimal 252 250 60 0 0.01 0.76 0.01 59.38 0.97 0.61
Hex FC FA 3C 0 1 4C 1 3B 61 3D
Octal 374 372 74 0 1 114 1 73 141 75
Binary 11111100 11111010 111100 0 1 1001100 1 111011 1100001 111101

Color Harmonies of #FCFA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFA3C

Black with #FCFA3C

Text Example


Text Example

White with #FCFA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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