Html Css Color HEX #FA954B Sunshade

📋 copy color: '#FA954B'

red 250 ◦ green 149 ◦ blue 75

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

Shades of Sunshade #FA954B

Tints of Sunshade #FA954B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.43%

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

R = 52.74%
G = 31.43%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.7

 K value IS 0.02

RGB Variations

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

Color information

#FA954B (or 0xFA954B) is known color: Sunshade. HEX triplet: FA, 95 and 4B. RGB value is (250,149,75). Sum of RGB (Red+Green+Blue) = 250+149+75=474 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.74% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 250 - color contains mainly: red. Hex color #FA954B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA954B is #056AB4. Grayscale: #ABABAB. Windows color (decimal): -354997 or 4953594. OLE color: 4953594.

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

Color convert

RGB 250 149 75 -
CMYK 0 0.40 0.7 0.02
HSL 25.37º 0.95% 0.64% -
HSV(B) 25.37º 0.7% 0.98% -
XYZ 51.44 42.33 12.12 -
YUV 170.76 73.96 184.52 -
System Red Green Blue C M Y K H S L
Decimal 250 149 75 0 0.40 0.7 0.02 25.37 0.95 0.64
Hex FA 95 4B 0 28 46 2 19 5F 40
Octal 372 225 113 0 50 106 2 31 137 100
Binary 11111010 10010101 1001011 0 101000 1000110 10 11001 1011111 1000000

Color Harmonies of #FA954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA954B

Black with #FA954B

Text Example


Text Example

White with #FA954B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA954B; }

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

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

background-color css

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

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

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

border-color css

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

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

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