Html Css Color HEX #FB5D25 Outrageous Orange

📋 copy color: '#FB5D25'

red 251 ◦ green 93 ◦ blue 37

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

Shades of Outrageous Orange #FB5D25

Tints of Outrageous Orange #FB5D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.71%

R = 65.88%
G = 24.41%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FB5D25 (or 0xFB5D25) is known color: Outrageous Orange. HEX triplet: FB, 5D and 25. RGB value is (251,93,37). Sum of RGB (Red+Green+Blue) = 251+93+37=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D25 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5D25 is #04A2DA. Grayscale: #868686. Windows color (decimal): -303835 or 2448891. OLE color: 2448891.

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

Color convert

RGB 251 93 37 -
CMYK 0 0.63 0.85 0.02
HSL 15.7º 0.96% 0.56% -
HSV(B) 15.7º 0.85% 0.98% -
XYZ 44.03 28.47 4.93 -
YUV 133.86 73.35 211.55 -
System Red Green Blue C M Y K H S L
Decimal 251 93 37 0 0.63 0.85 0.02 15.7 0.96 0.56
Hex FB 5D 25 0 3F 55 2 10 60 38
Octal 373 135 45 0 77 125 2 20 140 70
Binary 11111011 1011101 100101 0 111111 1010101 10 10000 1100000 111000

Color Harmonies of #FB5D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5D25

Black with #FB5D25

Text Example


Text Example

White with #FB5D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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