Html Css Color HEX #FAA74D Sunshade

📋 copy color: '#FAA74D'

red 250 ◦ green 167 ◦ blue 77

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

Shades of Sunshade #FAA74D

Tints of Sunshade #FAA74D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.59%

R = 50.61%
G = 33.81%
B = 15.59%

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

#FAA74D (or 0xFAA74D) is known color: Sunshade. HEX triplet: FA, A7 and 4D. RGB value is (250,167,77). Sum of RGB (Red+Green+Blue) = 250+167+77=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 77 (30.47% from 255 or 15.59% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA74D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA74D is #0558B2. Grayscale: #B6B6B6. Windows color (decimal): -350387 or 5089274. OLE color: 5089274.

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

Color convert

RGB 250 167 77 -
CMYK 0 0.33 0.69 0.02
HSL 31.21º 0.95% 0.64% -
HSV(B) 31.21º 0.69% 0.98% -
XYZ 54.58 48.5 13.51 -
YUV 181.56 69 176.82 -
System Red Green Blue C M Y K H S L
Decimal 250 167 77 0 0.33 0.69 0.02 31.21 0.95 0.64
Hex FA A7 4D 0 21 45 2 1F 5F 40
Octal 372 247 115 0 41 105 2 37 137 100
Binary 11111010 10100111 1001101 0 100001 1000101 10 11111 1011111 1000000

Color Harmonies of #FAA74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA74D

Black with #FAA74D

Text Example


Text Example

White with #FAA74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA74D; }

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

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

background-color css

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

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

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

border-color css

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

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

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