Html Css Color HEX #FB521F Outrageous Orange

📋 copy color: '#FB521F'

red 251 ◦ green 82 ◦ blue 31

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

Shades of Outrageous Orange #FB521F

Tints of Outrageous Orange #FB521F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.53%

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

R = 68.96%
G = 22.53%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB521F (or 0xFB521F) is known color: Outrageous Orange. HEX triplet: FB, 52 and 1F. RGB value is (251,82,31). Sum of RGB (Red+Green+Blue) = 251+82+31=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB521F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB521F is #04ADE0. Grayscale: #7F7F7F. Windows color (decimal): -306657 or 2052859. OLE color: 2052859.

HSL color Cylindrical-coordinate representation of color #FB521F: hue angle of 13.91º 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 #FB521F is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 82 31 -
CMYK 0 0.67 0.88 0.02
HSL 13.91º 0.96% 0.55% -
HSV(B) 13.91º 0.88% 0.98% -
XYZ 43.05 26.64 4.17 -
YUV 126.72 73.99 216.65 -
System Red Green Blue C M Y K H S L
Decimal 251 82 31 0 0.67 0.88 0.02 13.91 0.96 0.55
Hex FB 52 1F 0 43 58 2 E 60 37
Octal 373 122 37 0 103 130 2 16 140 67
Binary 11111011 1010010 11111 0 1000011 1011000 10 1110 1100000 110111

Color Harmonies of #FB521F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB521F

Black with #FB521F

Text Example


Text Example

White with #FB521F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB521F; }

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

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

background-color css

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

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

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

border-color css

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

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

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