Html Css Color HEX #FAD58D Cherokee

📋 copy color: '#FAD58D'

red 250 ◦ green 213 ◦ blue 141

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

Shades of Cherokee #FAD58D

Tints of Cherokee #FAD58D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 23.34%

R = 41.39%
G = 35.26%
B = 23.34%

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

#FAD58D (or 0xFAD58D) is known color: Cherokee. HEX triplet: FA, D5 and 8D. RGB value is (250,213,141). Sum of RGB (Red+Green+Blue) = 250+213+141=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD58D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD58D is #052A72. Grayscale: #D8D8D8. Windows color (decimal): -338547 or 9295354. OLE color: 9295354.

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

Color convert

RGB 250 213 141 -
CMYK 0 0.15 0.44 0.02
HSL 39.63º 0.92% 0.77% -
HSV(B) 39.63º 0.44% 0.98% -
XYZ 68.03 69.84 35.09 -
YUV 215.86 85.76 152.35 -
System Red Green Blue C M Y K H S L
Decimal 250 213 141 0 0.15 0.44 0.02 39.63 0.92 0.77
Hex FA D5 8D 0 F 2C 2 28 5C 4D
Octal 372 325 215 0 17 54 2 50 134 115
Binary 11111010 11010101 10001101 0 1111 101100 10 101000 1011100 1001101

Color Harmonies of #FAD58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD58D

Black with #FAD58D

Text Example


Text Example

White with #FAD58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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