Html Css Color HEX #FAD283 Cherokee

📋 copy color: '#FAD283'

red 250 ◦ green 210 ◦ blue 131

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

Shades of Cherokee #FAD283

Tints of Cherokee #FAD283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 22.17%

R = 42.3%
G = 35.53%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAD283 (or 0xFAD283) is known color: Cherokee. HEX triplet: FA, D2 and 83. RGB value is (250,210,131). Sum of RGB (Red+Green+Blue) = 250+210+131=591 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.30% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 131 (51.56% from 255 or 22.17% from 591); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAD283 is #052D7C. Grayscale: #D5D5D5. Windows color (decimal): -339325 or 8639226. OLE color: 8639226.

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

Color convert

RGB 250 210 131 -
CMYK 0 0.16 0.48 0.02
HSL 39.83º 0.92% 0.75% -
HSV(B) 39.83º 0.48% 0.98% -
XYZ 66.57 68.06 31.1 -
YUV 212.95 81.75 154.42 -
System Red Green Blue C M Y K H S L
Decimal 250 210 131 0 0.16 0.48 0.02 39.83 0.92 0.75
Hex FA D2 83 0 10 30 2 28 5C 4B
Octal 372 322 203 0 20 60 2 50 134 113
Binary 11111010 11010010 10000011 0 10000 110000 10 101000 1011100 1001011

Color Harmonies of #FAD283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD283

Black with #FAD283

Text Example


Text Example

White with #FAD283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD283; }

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

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

background-color css

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

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

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

border-color css

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

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

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