Html Css Color HEX #FDDF90 Vis Vis

📋 copy color: '#FDDF90'

red 253 ◦ green 223 ◦ blue 144

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

Shades of Vis Vis #FDDF90

Tints of Vis Vis #FDDF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 23.23%

R = 40.81%
G = 35.97%
B = 23.23%

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

#FDDF90 (or 0xFDDF90) is known color: Vis Vis. HEX triplet: FD, DF and 90. RGB value is (253,223,144). Sum of RGB (Red+Green+Blue) = 253+223+144=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 144 (56.64% from 255 or 23.23% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF90 is #02206F. Grayscale: #DFDFDF. Windows color (decimal): -139376 or 9494525. OLE color: 9494525.

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

Color convert

RGB 253 223 144 -
CMYK 0 0.12 0.43 0.01
HSL 43.49º 0.96% 0.78% -
HSV(B) 43.49º 0.43% 0.99% -
XYZ 71.93 75.67 37.2 -
YUV 222.96 83.44 149.42 -
System Red Green Blue C M Y K H S L
Decimal 253 223 144 0 0.12 0.43 0.01 43.49 0.96 0.78
Hex FD DF 90 0 C 2B 1 2B 60 4E
Octal 375 337 220 0 14 53 1 53 140 116
Binary 11111101 11011111 10010000 0 1100 101011 1 101011 1100000 1001110

Color Harmonies of #FDDF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF90

Black with #FDDF90

Text Example


Text Example

White with #FDDF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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