Html Css Color HEX #FDD085 Cherokee

📋 copy color: '#FDD085'

red 253 ◦ green 208 ◦ blue 133

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

Shades of Cherokee #FDD085

Tints of Cherokee #FDD085

RGB

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

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

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

R = 42.59%
G = 35.02%
B = 22.39%

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

#FDD085 (or 0xFDD085) is known color: Cherokee. HEX triplet: FD, D0 and 85. RGB value is (253,208,133). Sum of RGB (Red+Green+Blue) = 253+208+133=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 208 (81.64% from 255 or 35.02% from 594); Blue value is 133 (52.34% from 255 or 22.39% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD085 is #022F7A. Grayscale: #D5D5D5. Windows color (decimal): -143227 or 8769789. OLE color: 8769789.

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

Color convert

RGB 253 208 133 -
CMYK 0 0.18 0.47 0.01
HSL 37.5º 0.97% 0.76% -
HSV(B) 37.5º 0.47% 0.99% -
XYZ 67.3 67.69 31.71 -
YUV 212.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 253 208 133 0 0.18 0.47 0.01 37.5 0.97 0.76
Hex FD D0 85 0 12 2F 1 26 61 4C
Octal 375 320 205 0 22 57 1 46 141 114
Binary 11111101 11010000 10000101 0 10010 101111 1 100110 1100001 1001100

Color Harmonies of #FDD085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD085

Black with #FDD085

Text Example


Text Example

White with #FDD085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD085; }

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

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

background-color css

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

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

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

border-color css

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

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

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