Html Css Color HEX #FAA64B Sunshade

📋 copy color: '#FAA64B'

red 250 ◦ green 166 ◦ blue 75

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

Shades of Sunshade #FAA64B

Tints of Sunshade #FAA64B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.81%

 BLUE value IS 75 (29.69% from 255) = 15.27%

R = 50.92%
G = 33.81%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FAA64B (or 0xFAA64B) is known color: Sunshade. HEX triplet: FA, A6 and 4B. RGB value is (250,166,75). Sum of RGB (Red+Green+Blue) = 250+166+75=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 75 (29.69% from 255 or 15.27% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA64B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAA64B is #0559B4. Grayscale: #B5B5B5. Windows color (decimal): -350645 or 4957946. OLE color: 4957946.

HSL color Cylindrical-coordinate representation of color #FAA64B: hue angle of 31.2º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FAA64B is Cyan = 0, Magento = 0.34, Yellow = 0.7 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 166 75 -
CMYK 0 0.34 0.7 0.02
HSL 31.2º 0.95% 0.64% -
HSV(B) 31.2º 0.7% 0.98% -
XYZ 54.33 48.1 13.08 -
YUV 180.74 68.33 177.4 -
System Red Green Blue C M Y K H S L
Decimal 250 166 75 0 0.34 0.7 0.02 31.2 0.95 0.64
Hex FA A6 4B 0 22 46 2 1F 5F 40
Octal 372 246 113 0 42 106 2 37 137 100
Binary 11111010 10100110 1001011 0 100010 1000110 10 11111 1011111 1000000

Color Harmonies of #FAA64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA64B

Black with #FAA64B

Text Example


Text Example

White with #FAA64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA64B; }

 p { color: rgb(250,166,75); }

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

background-color css

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

 a { background-color: rgb(250,166,75); }

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

border-color css

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

 span { border-color: rgb(250,166,75); }

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