Html Css Color HEX #FDD488 Cherokee

📋 copy color: '#FDD488'

red 253 ◦ green 212 ◦ blue 136

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

Shades of Cherokee #FDD488

Tints of Cherokee #FDD488

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.27%

 BLUE value IS 136 (53.52% from 255) = 22.63%

R = 42.1%
G = 35.27%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.01

RGB Variations

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

Color information

#FDD488 (or 0xFDD488) is known color: Cherokee. HEX triplet: FD, D4 and 88. RGB value is (253,212,136). Sum of RGB (Red+Green+Blue) = 253+212+136=601 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.10% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 136 (53.52% from 255 or 22.63% from 601); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD488 is #022B77. Grayscale: #D7D7D7. Windows color (decimal): -142200 or 8967421. OLE color: 8967421.

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

Color convert

RGB 253 212 136 -
CMYK 0 0.16 0.46 0.01
HSL 38.97º 0.97% 0.76% -
HSV(B) 38.97º 0.46% 0.99% -
XYZ 68.5 69.75 33.15 -
YUV 215.6 83.08 154.68 -
System Red Green Blue C M Y K H S L
Decimal 253 212 136 0 0.16 0.46 0.01 38.97 0.97 0.76
Hex FD D4 88 0 10 2E 1 27 61 4C
Octal 375 324 210 0 20 56 1 47 141 114
Binary 11111101 11010100 10001000 0 10000 101110 1 100111 1100001 1001100

Color Harmonies of #FDD488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD488

Black with #FDD488

Text Example


Text Example

White with #FDD488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD488; }

 p { color: rgb(253,212,136); }

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

background-color css

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

 a { background-color: rgb(253,212,136); }

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

border-color css

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

 span { border-color: rgb(253,212,136); }

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