Html Css Color HEX #FB5A38 Outrageous Orange

📋 copy color: '#FB5A38'

red 251 ◦ green 90 ◦ blue 56

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

Shades of Outrageous Orange #FB5A38

Tints of Outrageous Orange #FB5A38

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.67%

 BLUE value IS 56 (22.27% from 255) = 14.11%

R = 63.22%
G = 22.67%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FB5A38 (or 0xFB5A38) is known color: Outrageous Orange. HEX triplet: FB, 5A and 38. RGB value is (251,90,56). Sum of RGB (Red+Green+Blue) = 251+90+56=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 56 (22.27% from 255 or 14.11% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A38 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5A38 is #04A5C7. Grayscale: #868686. Windows color (decimal): -304584 or 3693307. OLE color: 3693307.

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

Color convert

RGB 251 90 56 -
CMYK 0 0.64 0.78 0.02
HSL 10.46º 0.96% 0.6% -
HSV(B) 10.46º 0.78% 0.98% -
XYZ 44.15 28.11 6.84 -
YUV 134.26 83.84 211.26 -
System Red Green Blue C M Y K H S L
Decimal 251 90 56 0 0.64 0.78 0.02 10.46 0.96 0.6
Hex FB 5A 38 0 40 4E 2 A 60 3C
Octal 373 132 70 0 100 116 2 12 140 74
Binary 11111011 1011010 111000 0 1000000 1001110 10 1010 1100000 111100

Color Harmonies of #FB5A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5A38

Black with #FB5A38

Text Example


Text Example

White with #FB5A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5A38; }

 p { color: rgb(251,90,56); }

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

background-color css

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

 a { background-color: rgb(251,90,56); }

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

border-color css

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

 span { border-color: rgb(251,90,56); }

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