Html Css Color HEX #FB9450 Sunshade

📋 copy color: '#FB9450'

red 251 ◦ green 148 ◦ blue 80

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

Shades of Sunshade #FB9450

Tints of Sunshade #FB9450

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.9%

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

R = 52.4%
G = 30.9%
B = 16.7%

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

#FB9450 (or 0xFB9450) is known color: Sunshade. HEX triplet: FB, 94 and 50. RGB value is (251,148,80). Sum of RGB (Red+Green+Blue) = 251+148+80=479 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.40% from 479); Green value is 148 (58.20% from 255 or 30.90% from 479); Blue value is 80 (31.64% from 255 or 16.70% from 479); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9450 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9450 is #046BAF. Grayscale: #ABABAB. Windows color (decimal): -289712 or 5281019. OLE color: 5281019.

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

Color convert

RGB 251 148 80 -
CMYK 0 0.41 0.68 0.02
HSL 23.86º 0.96% 0.65% -
HSV(B) 23.86º 0.68% 0.98% -
XYZ 51.82 42.27 13.02 -
YUV 171.05 76.62 185.03 -
System Red Green Blue C M Y K H S L
Decimal 251 148 80 0 0.41 0.68 0.02 23.86 0.96 0.65
Hex FB 94 50 0 29 44 2 18 60 41
Octal 373 224 120 0 51 104 2 30 140 101
Binary 11111011 10010100 1010000 0 101001 1000100 10 11000 1100000 1000001

Color Harmonies of #FB9450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB9450

Black with #FB9450

Text Example


Text Example

White with #FB9450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB9450; }

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

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

background-color css

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

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

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

border-color css

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

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

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