Html Css Color HEX #FCF52F Gorse

📋 copy color: '#FCF52F'

red 252 ◦ green 245 ◦ blue 47

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

Shades of Gorse #FCF52F

Tints of Gorse #FCF52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.64%

R = 46.32%
G = 45.04%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCF52F (or 0xFCF52F) is known color: Gorse. HEX triplet: FC, F5 and 2F. RGB value is (252,245,47). Sum of RGB (Red+Green+Blue) = 252+245+47=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 245 (96.09% from 255 or 45.04% from 544); Blue value is 47 (18.75% from 255 or 8.64% from 544); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF52F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF52F is #030AD0. Grayscale: #E1E1E1. Windows color (decimal): -199377 or 3143164. OLE color: 3143164.

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

Color convert

RGB 252 245 47 -
CMYK 0 0.03 0.81 0.01
HSL 57.95º 0.97% 0.59% -
HSV(B) 57.95º 0.81% 0.99% -
XYZ 73.31 86.21 15.46 -
YUV 224.52 27.82 147.6 -
System Red Green Blue C M Y K H S L
Decimal 252 245 47 0 0.03 0.81 0.01 57.95 0.97 0.59
Hex FC F5 2F 0 3 51 1 3A 61 3B
Octal 374 365 57 0 3 121 1 72 141 73
Binary 11111100 11110101 101111 0 11 1010001 1 111010 1100001 111011

Color Harmonies of #FCF52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF52F

Black with #FCF52F

Text Example


Text Example

White with #FCF52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF52F; }

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

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

background-color css

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

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

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

border-color css

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

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

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