Html Css Color HEX #FB5325 Outrageous Orange

📋 copy color: '#FB5325'

red 251 ◦ green 83 ◦ blue 37

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

Shades of Outrageous Orange #FB5325

Tints of Outrageous Orange #FB5325

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.37%

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

R = 67.65%
G = 22.37%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FB5325 (or 0xFB5325) is known color: Outrageous Orange. HEX triplet: FB, 53 and 25. RGB value is (251,83,37). Sum of RGB (Red+Green+Blue) = 251+83+37=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 37 (14.84% from 255 or 9.97% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5325 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5325 is #04ACDA. Grayscale: #808080. Windows color (decimal): -306395 or 2446331. OLE color: 2446331.

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

Color convert

RGB 251 83 37 -
CMYK 0 0.67 0.85 0.02
HSL 12.9º 0.96% 0.56% -
HSV(B) 12.9º 0.85% 0.98% -
XYZ 43.21 26.83 4.65 -
YUV 127.99 76.66 215.74 -
System Red Green Blue C M Y K H S L
Decimal 251 83 37 0 0.67 0.85 0.02 12.9 0.96 0.56
Hex FB 53 25 0 43 55 2 D 60 38
Octal 373 123 45 0 103 125 2 15 140 70
Binary 11111011 1010011 100101 0 1000011 1010101 10 1101 1100000 111000

Color Harmonies of #FB5325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5325

Black with #FB5325

Text Example


Text Example

White with #FB5325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5325; }

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

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

background-color css

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

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

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

border-color css

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

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

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