Html Css Color HEX #FA9D4B Sunshade

📋 copy color: '#FA9D4B'

red 250 ◦ green 157 ◦ blue 75

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

Shades of Sunshade #FA9D4B

Tints of Sunshade #FA9D4B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.57%

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

R = 51.87%
G = 32.57%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA9D4B (or 0xFA9D4B) is known color: Sunshade. HEX triplet: FA, 9D and 4B. RGB value is (250,157,75). Sum of RGB (Red+Green+Blue) = 250+157+75=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 157 (61.72% from 255 or 32.57% from 482); Blue value is 75 (29.69% from 255 or 15.56% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D4B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA9D4B is #0562B4. Grayscale: #AFAFAF. Windows color (decimal): -352949 or 4955642. OLE color: 4955642.

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

Color convert

RGB 250 157 75 -
CMYK 0 0.37 0.7 0.02
HSL 28.11º 0.95% 0.64% -
HSV(B) 28.11º 0.7% 0.98% -
XYZ 52.75 44.95 12.55 -
YUV 175.46 71.31 181.17 -
System Red Green Blue C M Y K H S L
Decimal 250 157 75 0 0.37 0.7 0.02 28.11 0.95 0.64
Hex FA 9D 4B 0 25 46 2 1C 5F 40
Octal 372 235 113 0 45 106 2 34 137 100
Binary 11111010 10011101 1001011 0 100101 1000110 10 11100 1011111 1000000

Color Harmonies of #FA9D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9D4B

Black with #FA9D4B

Text Example


Text Example

White with #FA9D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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