Html Css Color HEX #FB5D28 Outrageous Orange

📋 copy color: '#FB5D28'

red 251 ◦ green 93 ◦ blue 40

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

Shades of Outrageous Orange #FB5D28

Tints of Outrageous Orange #FB5D28

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.22%

 BLUE value IS 40 (16.02% from 255) = 10.42%

R = 65.36%
G = 24.22%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FB5D28 (or 0xFB5D28) is known color: Outrageous Orange. HEX triplet: FB, 5D and 28. RGB value is (251,93,40). Sum of RGB (Red+Green+Blue) = 251+93+40=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5D28 is #04A2D7. Grayscale: #868686. Windows color (decimal): -303832 or 2645499. OLE color: 2645499.

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

Color convert

RGB 251 93 40 -
CMYK 0 0.63 0.84 0.02
HSL 15.07º 0.96% 0.57% -
HSV(B) 15.07º 0.84% 0.98% -
XYZ 44.08 28.49 5.18 -
YUV 134.2 74.85 211.31 -
System Red Green Blue C M Y K H S L
Decimal 251 93 40 0 0.63 0.84 0.02 15.07 0.96 0.57
Hex FB 5D 28 0 3F 54 2 F 60 39
Octal 373 135 50 0 77 124 2 17 140 71
Binary 11111011 1011101 101000 0 111111 1010100 10 1111 1100000 111001

Color Harmonies of #FB5D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5D28

Black with #FB5D28

Text Example


Text Example

White with #FB5D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5D28; }

 p { color: rgb(251,93,40); }

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

background-color css

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

 a { background-color: rgb(251,93,40); }

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

border-color css

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

 span { border-color: rgb(251,93,40); }

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