Html Css Color HEX #FAD28C Cherokee

📋 copy color: '#FAD28C'

red 250 ◦ green 210 ◦ blue 140

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

Shades of Cherokee #FAD28C

Tints of Cherokee #FAD28C

RGB

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

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

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

R = 41.67%
G = 35%
B = 23.33%

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

#FAD28C (or 0xFAD28C) is known color: Cherokee. HEX triplet: FA, D2 and 8C. RGB value is (250,210,140). Sum of RGB (Red+Green+Blue) = 250+210+140=600 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.67% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD28C is #052D73. Grayscale: #D6D6D6. Windows color (decimal): -339316 or 9229050. OLE color: 9229050.

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

Color convert

RGB 250 210 140 -
CMYK 0 0.16 0.44 0.02
HSL 38.18º 0.92% 0.76% -
HSV(B) 38.18º 0.44% 0.98% -
XYZ 67.2 68.31 34.45 -
YUV 213.98 86.25 153.69 -
System Red Green Blue C M Y K H S L
Decimal 250 210 140 0 0.16 0.44 0.02 38.18 0.92 0.76
Hex FA D2 8C 0 10 2C 2 26 5C 4C
Octal 372 322 214 0 20 54 2 46 134 114
Binary 11111010 11010010 10001100 0 10000 101100 10 100110 1011100 1001100

Color Harmonies of #FAD28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD28C

Black with #FAD28C

Text Example


Text Example

White with #FAD28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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