Html Css Color HEX #FCF535 Gorse

📋 copy color: '#FCF535'

red 252 ◦ green 245 ◦ blue 53

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

Shades of Gorse #FCF535

Tints of Gorse #FCF535

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.55%

 BLUE value IS 53 (21.09% from 255) = 9.64%

R = 45.82%
G = 44.55%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCF535 (or 0xFCF535) is known color: Gorse. HEX triplet: FC, F5 and 35. RGB value is (252,245,53). Sum of RGB (Red+Green+Blue) = 252+245+53=550 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.82% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 53 (21.09% from 255 or 9.64% from 550); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF535 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF535 is #030ACA. Grayscale: #E1E1E1. Windows color (decimal): -199371 or 3536380. OLE color: 3536380.

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

Color convert

RGB 252 245 53 -
CMYK 0 0.03 0.79 0.01
HSL 57.89º 0.97% 0.6% -
HSV(B) 57.89º 0.79% 0.99% -
XYZ 73.44 86.26 16.15 -
YUV 225.21 30.82 147.11 -
System Red Green Blue C M Y K H S L
Decimal 252 245 53 0 0.03 0.79 0.01 57.89 0.97 0.6
Hex FC F5 35 0 3 4F 1 3A 61 3C
Octal 374 365 65 0 3 117 1 72 141 74
Binary 11111100 11110101 110101 0 11 1001111 1 111010 1100001 111100

Color Harmonies of #FCF535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF535

Black with #FCF535

Text Example


Text Example

White with #FCF535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF535; }

 p { color: rgb(252,245,53); }

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

background-color css

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

 a { background-color: rgb(252,245,53); }

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

border-color css

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

 span { border-color: rgb(252,245,53); }

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