Html Css Color HEX #FCF32C Gorse

📋 copy color: '#FCF32C'

red 252 ◦ green 243 ◦ blue 44

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

Shades of Gorse #FCF32C

Tints of Gorse #FCF32C

RGB

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

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

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

R = 46.75%
G = 45.08%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCF32C (or 0xFCF32C) is known color: Gorse. HEX triplet: FC, F3 and 2C. RGB value is (252,243,44). Sum of RGB (Red+Green+Blue) = 252+243+44=539 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.75% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 44 (17.58% from 255 or 8.16% from 539); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF32C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF32C is #030CD3. Grayscale: #DFDFDF. Windows color (decimal): -199892 or 2946044. OLE color: 2946044.

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

Color convert

RGB 252 243 44 -
CMYK 0 0.04 0.83 0.01
HSL 57.4º 0.97% 0.58% -
HSV(B) 57.4º 0.83% 0.99% -
XYZ 72.65 84.98 14.96 -
YUV 223.01 26.98 148.68 -
System Red Green Blue C M Y K H S L
Decimal 252 243 44 0 0.04 0.83 0.01 57.4 0.97 0.58
Hex FC F3 2C 0 4 53 1 39 61 3A
Octal 374 363 54 0 4 123 1 71 141 72
Binary 11111100 11110011 101100 0 100 1010011 1 111001 1100001 111010

Color Harmonies of #FCF32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF32C

Black with #FCF32C

Text Example


Text Example

White with #FCF32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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