Html Css Color HEX #FB501F Outrageous Orange

📋 copy color: '#FB501F'

red 251 ◦ green 80 ◦ blue 31

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

Shades of Outrageous Orange #FB501F

Tints of Outrageous Orange #FB501F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.56%

R = 69.34%
G = 22.1%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB501F (or 0xFB501F) is known color: Outrageous Orange. HEX triplet: FB, 50 and 1F. RGB value is (251,80,31). Sum of RGB (Red+Green+Blue) = 251+80+31=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB501F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB501F is #04AFE0. Grayscale: #7D7D7D. Windows color (decimal): -307169 or 2052347. OLE color: 2052347.

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

Color convert

RGB 251 80 31 -
CMYK 0 0.68 0.88 0.02
HSL 13.36º 0.96% 0.55% -
HSV(B) 13.36º 0.88% 0.98% -
XYZ 42.9 26.35 4.12 -
YUV 125.54 74.65 217.48 -
System Red Green Blue C M Y K H S L
Decimal 251 80 31 0 0.68 0.88 0.02 13.36 0.96 0.55
Hex FB 50 1F 0 44 58 2 D 60 37
Octal 373 120 37 0 104 130 2 15 140 67
Binary 11111011 1010000 11111 0 1000100 1011000 10 1101 1100000 110111

Color Harmonies of #FB501F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB501F

Black with #FB501F

Text Example


Text Example

White with #FB501F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB501F; }

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

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

background-color css

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

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

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

border-color css

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

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

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