Html Css Color HEX #FAD28B Cherokee

📋 copy color: '#FAD28B'

red 250 ◦ green 210 ◦ blue 139

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

Shades of Cherokee #FAD28B

Tints of Cherokee #FAD28B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.06%

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

R = 41.74%
G = 35.06%
B = 23.21%

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

#FAD28B (or 0xFAD28B) is known color: Cherokee. HEX triplet: FA, D2 and 8B. RGB value is (250,210,139). Sum of RGB (Red+Green+Blue) = 250+210+139=599 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.74% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 139 (54.69% from 255 or 23.21% from 599); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD28B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD28B is #052D74. Grayscale: #D6D6D6. Windows color (decimal): -339317 or 9163514. OLE color: 9163514.

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

Color convert

RGB 250 210 139 -
CMYK 0 0.16 0.44 0.02
HSL 38.38º 0.92% 0.76% -
HSV(B) 38.38º 0.44% 0.98% -
XYZ 67.13 68.28 34.07 -
YUV 213.87 85.75 153.77 -
System Red Green Blue C M Y K H S L
Decimal 250 210 139 0 0.16 0.44 0.02 38.38 0.92 0.76
Hex FA D2 8B 0 10 2C 2 26 5C 4C
Octal 372 322 213 0 20 54 2 46 134 114
Binary 11111010 11010010 10001011 0 10000 101100 10 100110 1011100 1001100

Color Harmonies of #FAD28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD28B

Black with #FAD28B

Text Example


Text Example

White with #FAD28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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