Html Css Color HEX #FB522D Outrageous Orange

📋 copy color: '#FB522D'

red 251 ◦ green 82 ◦ blue 45

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

Shades of Outrageous Orange #FB522D

Tints of Outrageous Orange #FB522D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.9%

R = 66.4%
G = 21.69%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB522D (or 0xFB522D) is known color: Outrageous Orange. HEX triplet: FB, 52 and 2D. RGB value is (251,82,45). Sum of RGB (Red+Green+Blue) = 251+82+45=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 45 (17.97% from 255 or 11.90% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB522D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB522D is #04ADD2. Grayscale: #808080. Windows color (decimal): -306643 or 2970363. OLE color: 2970363.

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

Color convert

RGB 251 82 45 -
CMYK 0 0.67 0.82 0.02
HSL 10.78º 0.96% 0.58% -
HSV(B) 10.78º 0.82% 0.98% -
XYZ 43.27 26.73 5.36 -
YUV 128.31 80.99 215.51 -
System Red Green Blue C M Y K H S L
Decimal 251 82 45 0 0.67 0.82 0.02 10.78 0.96 0.58
Hex FB 52 2D 0 43 52 2 B 60 3A
Octal 373 122 55 0 103 122 2 13 140 72
Binary 11111011 1010010 101101 0 1000011 1010010 10 1011 1100000 111010

Color Harmonies of #FB522D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB522D

Black with #FB522D

Text Example


Text Example

White with #FB522D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB522D; }

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

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

background-color css

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

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

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

border-color css

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

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

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