Html Css Color HEX #FB5021 Outrageous Orange

📋 copy color: '#FB5021'

red 251 ◦ green 80 ◦ blue 33

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

Shades of Outrageous Orange #FB5021

Tints of Outrageous Orange #FB5021

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.98%

 BLUE value IS 33 (13.28% from 255) = 9.07%

R = 68.96%
G = 21.98%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB5021 (or 0xFB5021) is known color: Outrageous Orange. HEX triplet: FB, 50 and 21. RGB value is (251,80,33). Sum of RGB (Red+Green+Blue) = 251+80+33=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5021 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5021 is #04AFDE. Grayscale: #7E7E7E. Windows color (decimal): -307167 or 2183419. OLE color: 2183419.

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

Color convert

RGB 251 80 33 -
CMYK 0 0.68 0.87 0.02
HSL 12.94º 0.96% 0.56% -
HSV(B) 12.94º 0.87% 0.98% -
XYZ 42.93 26.36 4.26 -
YUV 125.77 75.65 217.32 -
System Red Green Blue C M Y K H S L
Decimal 251 80 33 0 0.68 0.87 0.02 12.94 0.96 0.56
Hex FB 50 21 0 44 57 2 D 60 38
Octal 373 120 41 0 104 127 2 15 140 70
Binary 11111011 1010000 100001 0 1000100 1010111 10 1101 1100000 111000

Color Harmonies of #FB5021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5021

Black with #FB5021

Text Example


Text Example

White with #FB5021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5021; }

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

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

background-color css

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

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

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

border-color css

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

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

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