Html Css Color HEX #FCF534 Gorse

📋 copy color: '#FCF534'

red 252 ◦ green 245 ◦ blue 52

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

Shades of Gorse #FCF534

Tints of Gorse #FCF534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.47%

R = 45.9%
G = 44.63%
B = 9.47%

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

#FCF534 (or 0xFCF534) is known color: Gorse. HEX triplet: FC, F5 and 34. RGB value is (252,245,52). Sum of RGB (Red+Green+Blue) = 252+245+52=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 245 (96.09% from 255 or 44.63% from 549); Blue value is 52 (20.70% from 255 or 9.47% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF534 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF534 is #030ACB. Grayscale: #E1E1E1. Windows color (decimal): -199372 or 3470844. OLE color: 3470844.

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

Color convert

RGB 252 245 52 -
CMYK 0 0.03 0.79 0.01
HSL 57.9º 0.97% 0.6% -
HSV(B) 57.9º 0.79% 0.99% -
XYZ 73.42 86.25 16.03 -
YUV 225.09 30.32 147.19 -
System Red Green Blue C M Y K H S L
Decimal 252 245 52 0 0.03 0.79 0.01 57.9 0.97 0.6
Hex FC F5 34 0 3 4F 1 3A 61 3C
Octal 374 365 64 0 3 117 1 72 141 74
Binary 11111100 11110101 110100 0 11 1001111 1 111010 1100001 111100

Color Harmonies of #FCF534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF534

Black with #FCF534

Text Example


Text Example

White with #FCF534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF534; }

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

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

background-color css

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

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

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

border-color css

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

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

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