Html Css Color HEX #FDEA85 Khaki

📋 copy color: '#FDEA85'

red 253 ◦ green 234 ◦ blue 133

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

Shades of Khaki #FDEA85

Tints of Khaki #FDEA85

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.74%

 BLUE value IS 133 (52.34% from 255) = 21.45%

R = 40.81%
G = 37.74%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDEA85 (or 0xFDEA85) is known color: Khaki. HEX triplet: FD, EA and 85. RGB value is (253,234,133). Sum of RGB (Red+Green+Blue) = 253+234+133=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 133 (52.34% from 255 or 21.45% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDEA85 is #02157A. Grayscale: #E4E4E4. Windows color (decimal): -136571 or 8776445. OLE color: 8776445.

HSL color Cylindrical-coordinate representation of color #FDEA85: hue angle of 50.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FDEA85 is Cyan = 0, Magento = 0.08, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 234 133 -
CMYK 0 0.08 0.47 0.01
HSL 50.5º 0.97% 0.76% -
HSV(B) 50.5º 0.47% 0.99% -
XYZ 74.16 81.42 34 -
YUV 228.17 74.29 145.71 -
System Red Green Blue C M Y K H S L
Decimal 253 234 133 0 0.08 0.47 0.01 50.5 0.97 0.76
Hex FD EA 85 0 8 2F 1 32 61 4C
Octal 375 352 205 0 10 57 1 62 141 114
Binary 11111101 11101010 10000101 0 1000 101111 1 110010 1100001 1001100

Color Harmonies of #FDEA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEA85

Black with #FDEA85

Text Example


Text Example

White with #FDEA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEA85; }

 p { color: rgb(253,234,133); }

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

background-color css

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

 a { background-color: rgb(253,234,133); }

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

border-color css

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

 span { border-color: rgb(253,234,133); }

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