Html Css Color HEX #FDDF91 Vis Vis

📋 copy color: '#FDDF91'

red 253 ◦ green 223 ◦ blue 145

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

Shades of Vis Vis #FDDF91

Tints of Vis Vis #FDDF91

RGB

 RED value IS 253 (99.22% from 255) = 40.74%

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

 BLUE value IS 145 (57.03% from 255) = 23.35%

R = 40.74%
G = 35.91%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDDF91 (or 0xFDDF91) is known color: Vis Vis. HEX triplet: FD, DF and 91. RGB value is (253,223,145). Sum of RGB (Red+Green+Blue) = 253+223+145=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 145 (57.03% from 255 or 23.35% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF91 is #02206E. Grayscale: #DFDFDF. Windows color (decimal): -139375 or 9560061. OLE color: 9560061.

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

Color convert

RGB 253 223 145 -
CMYK 0 0.12 0.43 0.01
HSL 43.33º 0.96% 0.78% -
HSV(B) 43.33º 0.43% 0.99% -
XYZ 72.01 75.7 37.6 -
YUV 223.08 83.94 149.34 -
System Red Green Blue C M Y K H S L
Decimal 253 223 145 0 0.12 0.43 0.01 43.33 0.96 0.78
Hex FD DF 91 0 C 2B 1 2B 60 4E
Octal 375 337 221 0 14 53 1 53 140 116
Binary 11111101 11011111 10010001 0 1100 101011 1 101011 1100000 1001110

Color Harmonies of #FDDF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF91

Black with #FDDF91

Text Example


Text Example

White with #FDDF91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF91; }

 p { color: rgb(253,223,145); }

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

background-color css

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

 a { background-color: rgb(253,223,145); }

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

border-color css

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

 span { border-color: rgb(253,223,145); }

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