Html Css Color HEX #FCF52D Gorse

📋 copy color: '#FCF52D'

red 252 ◦ green 245 ◦ blue 45

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

Shades of Gorse #FCF52D

Tints of Gorse #FCF52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.3%

R = 46.49%
G = 45.2%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCF52D (or 0xFCF52D) is known color: Gorse. HEX triplet: FC, F5 and 2D. RGB value is (252,245,45). Sum of RGB (Red+Green+Blue) = 252+245+45=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 45 (17.97% from 255 or 8.30% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF52D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF52D is #030AD2. Grayscale: #E1E1E1. Windows color (decimal): -199379 or 3012092. OLE color: 3012092.

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

Color convert

RGB 252 245 45 -
CMYK 0 0.03 0.82 0.01
HSL 57.97º 0.97% 0.58% -
HSV(B) 57.97º 0.82% 0.99% -
XYZ 73.27 86.19 15.26 -
YUV 224.29 26.82 147.76 -
System Red Green Blue C M Y K H S L
Decimal 252 245 45 0 0.03 0.82 0.01 57.97 0.97 0.58
Hex FC F5 2D 0 3 52 1 3A 61 3A
Octal 374 365 55 0 3 122 1 72 141 72
Binary 11111100 11110101 101101 0 11 1010010 1 111010 1100001 111010

Color Harmonies of #FCF52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF52D

Black with #FCF52D

Text Example


Text Example

White with #FCF52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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