Html Css Color HEX #FB5022 Outrageous Orange

📋 copy color: '#FB5022'

red 251 ◦ green 80 ◦ blue 34

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

Shades of Outrageous Orange #FB5022

Tints of Outrageous Orange #FB5022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 9.32%

R = 68.77%
G = 21.92%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB5022 (or 0xFB5022) is known color: Outrageous Orange. HEX triplet: FB, 50 and 22. RGB value is (251,80,34). Sum of RGB (Red+Green+Blue) = 251+80+34=365 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.77% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 34 (13.67% from 255 or 9.32% from 365); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5022 is #04AFDD. Grayscale: #7E7E7E. Windows color (decimal): -307166 or 2248955. OLE color: 2248955.

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

Color convert

RGB 251 80 34 -
CMYK 0 0.68 0.86 0.02
HSL 12.72º 0.96% 0.56% -
HSV(B) 12.72º 0.86% 0.98% -
XYZ 42.94 26.36 4.34 -
YUV 125.89 76.15 217.24 -
System Red Green Blue C M Y K H S L
Decimal 251 80 34 0 0.68 0.86 0.02 12.72 0.96 0.56
Hex FB 50 22 0 44 56 2 D 60 38
Octal 373 120 42 0 104 126 2 15 140 70
Binary 11111011 1010000 100010 0 1000100 1010110 10 1101 1100000 111000

Color Harmonies of #FB5022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5022

Black with #FB5022

Text Example


Text Example

White with #FB5022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5022; }

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

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

background-color css

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

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

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

border-color css

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

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

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