Html Css Color HEX #FCF32A Gorse

📋 copy color: '#FCF32A'

red 252 ◦ green 243 ◦ blue 42

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

Shades of Gorse #FCF32A

Tints of Gorse #FCF32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 7.82%

R = 46.93%
G = 45.25%
B = 7.82%

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

#FCF32A (or 0xFCF32A) is known color: Gorse. HEX triplet: FC, F3 and 2A. RGB value is (252,243,42). Sum of RGB (Red+Green+Blue) = 252+243+42=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 42 (16.80% from 255 or 7.82% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF32A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF32A is #030CD5. Grayscale: #DFDFDF. Windows color (decimal): -199894 or 2814972. OLE color: 2814972.

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

Color convert

RGB 252 243 42 -
CMYK 0 0.04 0.83 0.01
HSL 57.43º 0.97% 0.58% -
HSV(B) 57.43º 0.83% 0.99% -
XYZ 72.61 84.96 14.76 -
YUV 222.78 25.98 148.84 -
System Red Green Blue C M Y K H S L
Decimal 252 243 42 0 0.04 0.83 0.01 57.43 0.97 0.58
Hex FC F3 2A 0 4 53 1 39 61 3A
Octal 374 363 52 0 4 123 1 71 141 72
Binary 11111100 11110011 101010 0 100 1010011 1 111001 1100001 111010

Color Harmonies of #FCF32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF32A

Black with #FCF32A

Text Example


Text Example

White with #FCF32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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