Html Css Color HEX #FB5320 Outrageous Orange

📋 copy color: '#FB5320'

red 251 ◦ green 83 ◦ blue 32

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

Shades of Outrageous Orange #FB5320

Tints of Outrageous Orange #FB5320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.68%

 BLUE value IS 32 (12.89% from 255) = 8.74%

R = 68.58%
G = 22.68%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB5320 (or 0xFB5320) is known color: Outrageous Orange. HEX triplet: FB, 53 and 20. RGB value is (251,83,32). Sum of RGB (Red+Green+Blue) = 251+83+32=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 32 (12.89% from 255 or 8.74% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5320 is #04ACDF. Grayscale: #7F7F7F. Windows color (decimal): -306400 or 2118651. OLE color: 2118651.

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

Color convert

RGB 251 83 32 -
CMYK 0 0.67 0.87 0.02
HSL 13.97º 0.96% 0.55% -
HSV(B) 13.97º 0.87% 0.98% -
XYZ 43.14 26.8 4.27 -
YUV 127.42 74.16 216.15 -
System Red Green Blue C M Y K H S L
Decimal 251 83 32 0 0.67 0.87 0.02 13.97 0.96 0.55
Hex FB 53 20 0 43 57 2 E 60 37
Octal 373 123 40 0 103 127 2 16 140 67
Binary 11111011 1010011 100000 0 1000011 1010111 10 1110 1100000 110111

Color Harmonies of #FB5320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5320

Black with #FB5320

Text Example


Text Example

White with #FB5320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5320; }

 p { color: rgb(251,83,32); }

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

background-color css

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

 a { background-color: rgb(251,83,32); }

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

border-color css

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

 span { border-color: rgb(251,83,32); }

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