Html Css Color HEX #FCF329 Gorse

📋 copy color: '#FCF329'

red 252 ◦ green 243 ◦ blue 41

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

Shades of Gorse #FCF329

Tints of Gorse #FCF329

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.34%

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

R = 47.01%
G = 45.34%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCF329 (or 0xFCF329) is known color: Gorse. HEX triplet: FC, F3 and 29. RGB value is (252,243,41). Sum of RGB (Red+Green+Blue) = 252+243+41=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 243 (95.31% from 255 or 45.34% from 536); Blue value is 41 (16.41% from 255 or 7.65% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF329 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF329 is #030CD6. Grayscale: #DFDFDF. Windows color (decimal): -199895 or 2749436. OLE color: 2749436.

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

Color convert

RGB 252 243 41 -
CMYK 0 0.04 0.84 0.01
HSL 57.44º 0.97% 0.57% -
HSV(B) 57.44º 0.84% 0.99% -
XYZ 72.6 84.96 14.67 -
YUV 222.66 25.48 148.93 -
System Red Green Blue C M Y K H S L
Decimal 252 243 41 0 0.04 0.84 0.01 57.44 0.97 0.57
Hex FC F3 29 0 4 54 1 39 61 39
Octal 374 363 51 0 4 124 1 71 141 71
Binary 11111100 11110011 101001 0 100 1010100 1 111001 1100001 111001

Color Harmonies of #FCF329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF329

Black with #FCF329

Text Example


Text Example

White with #FCF329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF329; }

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

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

background-color css

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

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

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

border-color css

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

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

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