Html Css Color HEX #FB5B2D Outrageous Orange

📋 copy color: '#FB5B2D'

red 251 ◦ green 91 ◦ blue 45

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

Shades of Outrageous Orange #FB5B2D

Tints of Outrageous Orange #FB5B2D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.51%

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

R = 64.86%
G = 23.51%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FB5B2D (or 0xFB5B2D) is known color: Outrageous Orange. HEX triplet: FB, 5B and 2D. RGB value is (251,91,45). Sum of RGB (Red+Green+Blue) = 251+91+45=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5B2D is #04A4D2. Grayscale: #858585. Windows color (decimal): -304339 or 2972667. OLE color: 2972667.

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

Color convert

RGB 251 91 45 -
CMYK 0 0.64 0.82 0.02
HSL 13.4º 0.96% 0.58% -
HSV(B) 13.4º 0.82% 0.98% -
XYZ 44 28.18 5.6 -
YUV 133.6 78.01 211.74 -
System Red Green Blue C M Y K H S L
Decimal 251 91 45 0 0.64 0.82 0.02 13.4 0.96 0.58
Hex FB 5B 2D 0 40 52 2 D 60 3A
Octal 373 133 55 0 100 122 2 15 140 72
Binary 11111011 1011011 101101 0 1000000 1010010 10 1101 1100000 111010

Color Harmonies of #FB5B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5B2D

Black with #FB5B2D

Text Example


Text Example

White with #FB5B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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