Html Css Color HEX #FCF52C Gorse

📋 copy color: '#FCF52C'

red 252 ◦ green 245 ◦ blue 44

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

Shades of Gorse #FCF52C

Tints of Gorse #FCF52C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 8.13%

R = 46.58%
G = 45.29%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCF52C (or 0xFCF52C) is known color: Gorse. HEX triplet: FC, F5 and 2C. RGB value is (252,245,44). Sum of RGB (Red+Green+Blue) = 252+245+44=541 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.58% from 541); Green value is 245 (96.09% from 255 or 45.29% from 541); Blue value is 44 (17.58% from 255 or 8.13% from 541); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF52C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF52C is #030AD3. Grayscale: #E0E0E0. Windows color (decimal): -199380 or 2946556. OLE color: 2946556.

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

Color convert

RGB 252 245 44 -
CMYK 0 0.03 0.83 0.01
HSL 57.98º 0.97% 0.58% -
HSV(B) 57.98º 0.83% 0.99% -
XYZ 73.25 86.18 15.16 -
YUV 224.18 26.32 147.84 -
System Red Green Blue C M Y K H S L
Decimal 252 245 44 0 0.03 0.83 0.01 57.98 0.97 0.58
Hex FC F5 2C 0 3 53 1 3A 61 3A
Octal 374 365 54 0 3 123 1 72 141 72
Binary 11111100 11110101 101100 0 11 1010011 1 111010 1100001 111010

Color Harmonies of #FCF52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF52C

Black with #FCF52C

Text Example


Text Example

White with #FCF52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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