Html Css Color HEX #FB5030 Outrageous Orange

📋 copy color: '#FB5030'

red 251 ◦ green 80 ◦ blue 48

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

Shades of Outrageous Orange #FB5030

Tints of Outrageous Orange #FB5030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.66%

R = 66.23%
G = 21.11%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB5030 (or 0xFB5030) is known color: Outrageous Orange. HEX triplet: FB, 50 and 30. RGB value is (251,80,48). Sum of RGB (Red+Green+Blue) = 251+80+48=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5030 is #04AFCF. Grayscale: #7F7F7F. Windows color (decimal): -307152 or 3166459. OLE color: 3166459.

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

Color convert

RGB 251 80 48 -
CMYK 0 0.68 0.81 0.02
HSL 9.46º 0.96% 0.59% -
HSV(B) 9.46º 0.81% 0.98% -
XYZ 43.19 26.46 5.63 -
YUV 127.48 83.15 216.1 -
System Red Green Blue C M Y K H S L
Decimal 251 80 48 0 0.68 0.81 0.02 9.46 0.96 0.59
Hex FB 50 30 0 44 51 2 9 60 3B
Octal 373 120 60 0 104 121 2 11 140 73
Binary 11111011 1010000 110000 0 1000100 1010001 10 1001 1100000 111011

Color Harmonies of #FB5030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5030

Black with #FB5030

Text Example


Text Example

White with #FB5030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5030; }

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

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

background-color css

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

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

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

border-color css

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

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

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