Html Css Color HEX #FB522B Outrageous Orange

📋 copy color: '#FB522B'

red 251 ◦ green 82 ◦ blue 43

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

Shades of Outrageous Orange #FB522B

Tints of Outrageous Orange #FB522B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.44%

R = 66.76%
G = 21.81%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FB522B (or 0xFB522B) is known color: Outrageous Orange. HEX triplet: FB, 52 and 2B. RGB value is (251,82,43). Sum of RGB (Red+Green+Blue) = 251+82+43=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB522B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB522B is #04ADD4. Grayscale: #808080. Windows color (decimal): -306645 or 2839291. OLE color: 2839291.

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

Color convert

RGB 251 82 43 -
CMYK 0 0.67 0.83 0.02
HSL 11.25º 0.96% 0.58% -
HSV(B) 11.25º 0.83% 0.98% -
XYZ 43.24 26.72 5.16 -
YUV 128.09 79.99 215.67 -
System Red Green Blue C M Y K H S L
Decimal 251 82 43 0 0.67 0.83 0.02 11.25 0.96 0.58
Hex FB 52 2B 0 43 53 2 B 60 3A
Octal 373 122 53 0 103 123 2 13 140 72
Binary 11111011 1010010 101011 0 1000011 1010011 10 1011 1100000 111010

Color Harmonies of #FB522B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB522B

Black with #FB522B

Text Example


Text Example

White with #FB522B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB522B; }

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

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

background-color css

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

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

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

border-color css

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

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

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