Html Css Color HEX #FDD086 Cherokee

📋 copy color: '#FDD086'

red 253 ◦ green 208 ◦ blue 134

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

Shades of Cherokee #FDD086

Tints of Cherokee #FDD086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 22.52%

R = 42.52%
G = 34.96%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDD086 (or 0xFDD086) is known color: Cherokee. HEX triplet: FD, D0 and 86. RGB value is (253,208,134). Sum of RGB (Red+Green+Blue) = 253+208+134=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 208 (81.64% from 255 or 34.96% from 595); Blue value is 134 (52.73% from 255 or 22.52% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD086 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD086 is #022F79. Grayscale: #D5D5D5. Windows color (decimal): -143226 or 8835325. OLE color: 8835325.

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

Color convert

RGB 253 208 134 -
CMYK 0 0.18 0.47 0.01
HSL 37.31º 0.97% 0.76% -
HSV(B) 37.31º 0.47% 0.99% -
XYZ 67.37 67.72 32.07 -
YUV 213.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 253 208 134 0 0.18 0.47 0.01 37.31 0.97 0.76
Hex FD D0 86 0 12 2F 1 25 61 4C
Octal 375 320 206 0 22 57 1 45 141 114
Binary 11111101 11010000 10000110 0 10010 101111 1 100101 1100001 1001100

Color Harmonies of #FDD086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD086

Black with #FDD086

Text Example


Text Example

White with #FDD086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD086; }

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

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

background-color css

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

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

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

border-color css

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

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

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