Html Css Color HEX #FAD38B Cherokee

📋 copy color: '#FAD38B'

red 250 ◦ green 211 ◦ blue 139

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

Shades of Cherokee #FAD38B

Tints of Cherokee #FAD38B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.17%

 BLUE value IS 139 (54.69% from 255) = 23.17%

R = 41.67%
G = 35.17%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FAD38B (or 0xFAD38B) is known color: Cherokee. HEX triplet: FA, D3 and 8B. RGB value is (250,211,139). Sum of RGB (Red+Green+Blue) = 250+211+139=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 139 (54.69% from 255 or 23.17% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD38B is #052C74. Grayscale: #D6D6D6. Windows color (decimal): -339061 or 9163770. OLE color: 9163770.

HSL color Cylindrical-coordinate representation of color #FAD38B: hue angle of 38.92º 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 #FAD38B is Cyan = 0, Magento = 0.16, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 211 139 -
CMYK 0 0.16 0.44 0.02
HSL 38.92º 0.92% 0.76% -
HSV(B) 38.92º 0.44% 0.98% -
XYZ 67.38 68.78 34.15 -
YUV 214.45 85.42 153.35 -
System Red Green Blue C M Y K H S L
Decimal 250 211 139 0 0.16 0.44 0.02 38.92 0.92 0.76
Hex FA D3 8B 0 10 2C 2 27 5C 4C
Octal 372 323 213 0 20 54 2 47 134 114
Binary 11111010 11010011 10001011 0 10000 101100 10 100111 1011100 1001100

Color Harmonies of #FAD38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD38B

Black with #FAD38B

Text Example


Text Example

White with #FAD38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD38B; }

 p { color: rgb(250,211,139); }

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

background-color css

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

 a { background-color: rgb(250,211,139); }

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

border-color css

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

 span { border-color: rgb(250,211,139); }

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