Html Css Color HEX #FAA74E Sunshade

📋 copy color: '#FAA74E'

red 250 ◦ green 167 ◦ blue 78

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

Shades of Sunshade #FAA74E

Tints of Sunshade #FAA74E

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.74%

 BLUE value IS 78 (30.86% from 255) = 15.76%

R = 50.51%
G = 33.74%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FAA74E (or 0xFAA74E) is known color: Sunshade. HEX triplet: FA, A7 and 4E. RGB value is (250,167,78). Sum of RGB (Red+Green+Blue) = 250+167+78=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 78 (30.86% from 255 or 15.76% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA74E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA74E is #0558B1. Grayscale: #B6B6B6. Windows color (decimal): -350386 or 5154810. OLE color: 5154810.

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

Color convert

RGB 250 167 78 -
CMYK 0 0.33 0.69 0.02
HSL 31.05º 0.95% 0.64% -
HSV(B) 31.05º 0.69% 0.98% -
XYZ 54.62 48.51 13.69 -
YUV 181.67 69.5 176.74 -
System Red Green Blue C M Y K H S L
Decimal 250 167 78 0 0.33 0.69 0.02 31.05 0.95 0.64
Hex FA A7 4E 0 21 45 2 1F 5F 40
Octal 372 247 116 0 41 105 2 37 137 100
Binary 11111010 10100111 1001110 0 100001 1000101 10 11111 1011111 1000000

Color Harmonies of #FAA74E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA74E

Black with #FAA74E

Text Example


Text Example

White with #FAA74E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA74E; }

 p { color: rgb(250,167,78); }

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

background-color css

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

 a { background-color: rgb(250,167,78); }

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

border-color css

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

 span { border-color: rgb(250,167,78); }

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