Html Css Color HEX #FB522C Outrageous Orange

📋 copy color: '#FB522C'

red 251 ◦ green 82 ◦ blue 44

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

Shades of Outrageous Orange #FB522C

Tints of Outrageous Orange #FB522C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.67%

R = 66.58%
G = 21.75%
B = 11.67%

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

#FB522C (or 0xFB522C) is known color: Outrageous Orange. HEX triplet: FB, 52 and 2C. RGB value is (251,82,44). Sum of RGB (Red+Green+Blue) = 251+82+44=377 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.58% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 251 - color contains mainly: red. Hex color #FB522C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB522C is #04ADD3. Grayscale: #808080. Windows color (decimal): -306644 or 2904827. OLE color: 2904827.

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

Color convert

RGB 251 82 44 -
CMYK 0 0.67 0.82 0.02
HSL 11.01º 0.96% 0.58% -
HSV(B) 11.01º 0.82% 0.98% -
XYZ 43.26 26.73 5.26 -
YUV 128.2 80.49 215.59 -
System Red Green Blue C M Y K H S L
Decimal 251 82 44 0 0.67 0.82 0.02 11.01 0.96 0.58
Hex FB 52 2C 0 43 52 2 B 60 3A
Octal 373 122 54 0 103 122 2 13 140 72
Binary 11111011 1010010 101100 0 1000011 1010010 10 1011 1100000 111010

Color Harmonies of #FB522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB522C

Black with #FB522C

Text Example


Text Example

White with #FB522C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB522C; }

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

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

background-color css

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

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

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

border-color css

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

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

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