Html Css Color HEX #FCF32D Gorse

📋 copy color: '#FCF32D'

red 252 ◦ green 243 ◦ blue 45

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

Shades of Gorse #FCF32D

Tints of Gorse #FCF32D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.33%

R = 46.67%
G = 45%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCF32D (or 0xFCF32D) is known color: Gorse. HEX triplet: FC, F3 and 2D. RGB value is (252,243,45). Sum of RGB (Red+Green+Blue) = 252+243+45=540 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.67% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 45 (17.97% from 255 or 8.33% from 540); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF32D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF32D is #030CD2. Grayscale: #DFDFDF. Windows color (decimal): -199891 or 3011580. OLE color: 3011580.

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

Color convert

RGB 252 243 45 -
CMYK 0 0.04 0.82 0.01
HSL 57.39º 0.97% 0.58% -
HSV(B) 57.39º 0.82% 0.99% -
XYZ 72.67 84.99 15.06 -
YUV 223.12 27.48 148.6 -
System Red Green Blue C M Y K H S L
Decimal 252 243 45 0 0.04 0.82 0.01 57.39 0.97 0.58
Hex FC F3 2D 0 4 52 1 39 61 3A
Octal 374 363 55 0 4 122 1 71 141 72
Binary 11111100 11110011 101101 0 100 1010010 1 111001 1100001 111010

Color Harmonies of #FCF32D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF32D

Black with #FCF32D

Text Example


Text Example

White with #FCF32D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF32D; }

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

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

background-color css

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

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

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

border-color css

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

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

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