Html Css Color HEX #FB5C20 Outrageous Orange

📋 copy color: '#FB5C20'

red 251 ◦ green 92 ◦ blue 32

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

Shades of Outrageous Orange #FB5C20

Tints of Outrageous Orange #FB5C20

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.53%

 BLUE value IS 32 (12.89% from 255) = 8.53%

R = 66.93%
G = 24.53%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB5C20 (or 0xFB5C20) is known color: Outrageous Orange. HEX triplet: FB, 5C and 20. RGB value is (251,92,32). Sum of RGB (Red+Green+Blue) = 251+92+32=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5C20 is #04A3DF. Grayscale: #858585. Windows color (decimal): -304096 or 2120955. OLE color: 2120955.

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

Color convert

RGB 251 92 32 -
CMYK 0 0.63 0.87 0.02
HSL 16.44º 0.96% 0.55% -
HSV(B) 16.44º 0.87% 0.98% -
XYZ 43.87 28.27 4.51 -
YUV 132.7 71.18 212.38 -
System Red Green Blue C M Y K H S L
Decimal 251 92 32 0 0.63 0.87 0.02 16.44 0.96 0.55
Hex FB 5C 20 0 3F 57 2 10 60 37
Octal 373 134 40 0 77 127 2 20 140 67
Binary 11111011 1011100 100000 0 111111 1010111 10 10000 1100000 110111

Color Harmonies of #FB5C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5C20

Black with #FB5C20

Text Example


Text Example

White with #FB5C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5C20; }

 p { color: rgb(251,92,32); }

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

background-color css

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

 a { background-color: rgb(251,92,32); }

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

border-color css

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

 span { border-color: rgb(251,92,32); }

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