Html Css Color HEX #FAD58C Cherokee

📋 copy color: '#FAD58C'

red 250 ◦ green 213 ◦ blue 140

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

Shades of Cherokee #FAD58C

Tints of Cherokee #FAD58C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.32%

 BLUE value IS 140 (55.08% from 255) = 23.22%

R = 41.46%
G = 35.32%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAD58C (or 0xFAD58C) is known color: Cherokee. HEX triplet: FA, D5 and 8C. RGB value is (250,213,140). Sum of RGB (Red+Green+Blue) = 250+213+140=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 140 (55.08% from 255 or 23.22% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD58C is #052A73. Grayscale: #D8D8D8. Windows color (decimal): -338548 or 9229818. OLE color: 9229818.

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

Color convert

RGB 250 213 140 -
CMYK 0 0.15 0.44 0.02
HSL 39.82º 0.92% 0.76% -
HSV(B) 39.82º 0.44% 0.98% -
XYZ 67.95 69.81 34.7 -
YUV 215.74 85.26 152.44 -
System Red Green Blue C M Y K H S L
Decimal 250 213 140 0 0.15 0.44 0.02 39.82 0.92 0.76
Hex FA D5 8C 0 F 2C 2 28 5C 4C
Octal 372 325 214 0 17 54 2 50 134 114
Binary 11111010 11010101 10001100 0 1111 101100 10 101000 1011100 1001100

Color Harmonies of #FAD58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD58C

Black with #FAD58C

Text Example


Text Example

White with #FAD58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD58C; }

 p { color: rgb(250,213,140); }

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

background-color css

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

 a { background-color: rgb(250,213,140); }

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

border-color css

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

 span { border-color: rgb(250,213,140); }

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