Html Css Color HEX #FAD085 Cherokee

📋 copy color: '#FAD085'

red 250 ◦ green 208 ◦ blue 133

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

Shades of Cherokee #FAD085

Tints of Cherokee #FAD085

RGB

 RED value IS 250 (98.05% from 255) = 42.3%

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

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

R = 42.3%
G = 35.19%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FAD085 (or 0xFAD085) is known color: Cherokee. HEX triplet: FA, D0 and 85. RGB value is (250,208,133). Sum of RGB (Red+Green+Blue) = 250+208+133=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 208 (81.64% from 255 or 35.19% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD085 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD085 is #052F7A. Grayscale: #D4D4D4. Windows color (decimal): -339835 or 8769786. OLE color: 8769786.

HSL color Cylindrical-coordinate representation of color #FAD085: hue angle of 38.46º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FAD085 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 208 133 -
CMYK 0 0.17 0.47 0.02
HSL 38.46º 0.92% 0.75% -
HSV(B) 38.46º 0.47% 0.98% -
XYZ 66.21 67.13 31.66 -
YUV 212.01 83.41 155.1 -
System Red Green Blue C M Y K H S L
Decimal 250 208 133 0 0.17 0.47 0.02 38.46 0.92 0.75
Hex FA D0 85 0 11 2F 2 26 5C 4B
Octal 372 320 205 0 21 57 2 46 134 113
Binary 11111010 11010000 10000101 0 10001 101111 10 100110 1011100 1001011

Color Harmonies of #FAD085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD085

Black with #FAD085

Text Example


Text Example

White with #FAD085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD085; }

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

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

background-color css

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

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

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

border-color css

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

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

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