Html Css Color HEX #FCF529 Gorse

📋 copy color: '#FCF529'

red 252 ◦ green 245 ◦ blue 41

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

Shades of Gorse #FCF529

Tints of Gorse #FCF529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 7.62%

R = 46.84%
G = 45.54%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCF529 (or 0xFCF529) is known color: Gorse. HEX triplet: FC, F5 and 29. RGB value is (252,245,41). Sum of RGB (Red+Green+Blue) = 252+245+41=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 41 (16.41% from 255 or 7.62% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF529 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF529 is #030AD6. Grayscale: #E0E0E0. Windows color (decimal): -199383 or 2749948. OLE color: 2749948.

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

Color convert

RGB 252 245 41 -
CMYK 0 0.03 0.84 0.01
HSL 58.01º 0.97% 0.57% -
HSV(B) 58.01º 0.84% 0.99% -
XYZ 73.2 86.16 14.87 -
YUV 223.84 24.82 148.09 -
System Red Green Blue C M Y K H S L
Decimal 252 245 41 0 0.03 0.84 0.01 58.01 0.97 0.57
Hex FC F5 29 0 3 54 1 3A 61 39
Octal 374 365 51 0 3 124 1 72 141 71
Binary 11111100 11110101 101001 0 11 1010100 1 111010 1100001 111001

Color Harmonies of #FCF529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF529

Black with #FCF529

Text Example


Text Example

White with #FCF529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF529; }

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

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

background-color css

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

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

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

border-color css

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

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

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