Html Css Color HEX #FCDF93 Vis Vis

📋 copy color: '#FCDF93'

red 252 ◦ green 223 ◦ blue 147

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

Shades of Vis Vis #FCDF93

Tints of Vis Vis #FCDF93

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.85%

 BLUE value IS 147 (57.81% from 255) = 23.63%

R = 40.51%
G = 35.85%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCDF93 (or 0xFCDF93) is known color: Vis Vis. HEX triplet: FC, DF and 93. RGB value is (252,223,147). Sum of RGB (Red+Green+Blue) = 252+223+147=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 223 (87.5% from 255 or 35.85% from 622); Blue value is 147 (57.81% from 255 or 23.63% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF93 is #03206C. Grayscale: #DFDFDF. Windows color (decimal): -204909 or 9691132. OLE color: 9691132.

HSL color Cylindrical-coordinate representation of color #FCDF93: hue angle of 43.43º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCDF93 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 223 147 -
CMYK 0 0.12 0.42 0.01
HSL 43.43º 0.95% 0.78% -
HSV(B) 43.43º 0.42% 0.99% -
XYZ 71.8 75.58 38.41 -
YUV 223.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 252 223 147 0 0.12 0.42 0.01 43.43 0.95 0.78
Hex FC DF 93 0 C 2A 1 2B 5F 4E
Octal 374 337 223 0 14 52 1 53 137 116
Binary 11111100 11011111 10010011 0 1100 101010 1 101011 1011111 1001110

Color Harmonies of #FCDF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF93

Black with #FCDF93

Text Example


Text Example

White with #FCDF93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF93; }

 p { color: rgb(252,223,147); }

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

background-color css

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

 a { background-color: rgb(252,223,147); }

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

border-color css

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

 span { border-color: rgb(252,223,147); }

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