Html Css Color HEX #FDD082 Cherokee

📋 copy color: '#FDD082'

red 253 ◦ green 208 ◦ blue 130

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

Shades of Cherokee #FDD082

Tints of Cherokee #FDD082

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.19%

 BLUE value IS 130 (51.17% from 255) = 22%

R = 42.81%
G = 35.19%
B = 22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDD082 (or 0xFDD082) is known color: Cherokee. HEX triplet: FD, D0 and 82. RGB value is (253,208,130). Sum of RGB (Red+Green+Blue) = 253+208+130=591 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.81% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 130 (51.17% from 255 or 22.00% from 591); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD082 is #022F7D. Grayscale: #D4D4D4. Windows color (decimal): -143230 or 8573181. OLE color: 8573181.

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

Color convert

RGB 253 208 130 -
CMYK 0 0.18 0.49 0.01
HSL 38.05º 0.97% 0.75% -
HSV(B) 38.05º 0.49% 0.99% -
XYZ 67.09 67.61 30.63 -
YUV 212.56 81.41 156.84 -
System Red Green Blue C M Y K H S L
Decimal 253 208 130 0 0.18 0.49 0.01 38.05 0.97 0.75
Hex FD D0 82 0 12 31 1 26 61 4B
Octal 375 320 202 0 22 61 1 46 141 113
Binary 11111101 11010000 10000010 0 10010 110001 1 100110 1100001 1001011

Color Harmonies of #FDD082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD082

Black with #FDD082

Text Example


Text Example

White with #FDD082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD082; }

 p { color: rgb(253,208,130); }

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

background-color css

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

 a { background-color: rgb(253,208,130); }

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

border-color css

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

 span { border-color: rgb(253,208,130); }

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