Html Css Color HEX #FCF52E Gorse

📋 copy color: '#FCF52E'

red 252 ◦ green 245 ◦ blue 46

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

Shades of Gorse #FCF52E

Tints of Gorse #FCF52E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.47%

R = 46.41%
G = 45.12%
B = 8.47%

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

#FCF52E (or 0xFCF52E) is known color: Gorse. HEX triplet: FC, F5 and 2E. RGB value is (252,245,46). Sum of RGB (Red+Green+Blue) = 252+245+46=543 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.41% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 46 (18.36% from 255 or 8.47% from 543); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF52E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF52E is #030AD1. Grayscale: #E1E1E1. Windows color (decimal): -199378 or 3077628. OLE color: 3077628.

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

Color convert

RGB 252 245 46 -
CMYK 0 0.03 0.82 0.01
HSL 57.96º 0.97% 0.58% -
HSV(B) 57.96º 0.82% 0.99% -
XYZ 73.29 86.2 15.36 -
YUV 224.41 27.32 147.68 -
System Red Green Blue C M Y K H S L
Decimal 252 245 46 0 0.03 0.82 0.01 57.96 0.97 0.58
Hex FC F5 2E 0 3 52 1 3A 61 3A
Octal 374 365 56 0 3 122 1 72 141 72
Binary 11111100 11110101 101110 0 11 1010010 1 111010 1100001 111010

Color Harmonies of #FCF52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF52E

Black with #FCF52E

Text Example


Text Example

White with #FCF52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF52E; }

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

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

background-color css

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

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

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

border-color css

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

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

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