Html Css Color HEX #FB9350 Sunshade

📋 copy color: '#FB9350'

red 251 ◦ green 147 ◦ blue 80

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

Shades of Sunshade #FB9350

Tints of Sunshade #FB9350

RGB

 RED value IS 251 (98.44% from 255) = 52.51%

 GREEN value IS 147 (57.81% from 255) = 30.75%

 BLUE value IS 80 (31.64% from 255) = 16.74%

R = 52.51%
G = 30.75%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FB9350 (or 0xFB9350) is known color: Sunshade. HEX triplet: FB, 93 and 50. RGB value is (251,147,80). Sum of RGB (Red+Green+Blue) = 251+147+80=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9350 is #046CAF. Grayscale: #AAAAAA. Windows color (decimal): -289968 or 5280763. OLE color: 5280763.

HSL color Cylindrical-coordinate representation of color #FB9350: hue angle of 23.51º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB9350 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 147 80 -
CMYK 0 0.41 0.68 0.02
HSL 23.51º 0.96% 0.65% -
HSV(B) 23.51º 0.68% 0.98% -
XYZ 51.67 41.96 12.96 -
YUV 170.46 76.96 185.45 -
System Red Green Blue C M Y K H S L
Decimal 251 147 80 0 0.41 0.68 0.02 23.51 0.96 0.65
Hex FB 93 50 0 29 44 2 18 60 41
Octal 373 223 120 0 51 104 2 30 140 101
Binary 11111011 10010011 1010000 0 101001 1000100 10 11000 1100000 1000001

Color Harmonies of #FB9350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9350

Black with #FB9350

Text Example


Text Example

White with #FB9350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9350; }

 p { color: rgb(251,147,80); }

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

background-color css

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

 a { background-color: rgb(251,147,80); }

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

border-color css

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

 span { border-color: rgb(251,147,80); }

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