Html Css Color HEX #FB5A30 Outrageous Orange

📋 copy color: '#FB5A30'

red 251 ◦ green 90 ◦ blue 48

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

Shades of Outrageous Orange #FB5A30

Tints of Outrageous Orange #FB5A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.34%

R = 64.52%
G = 23.14%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FB5A30 (or 0xFB5A30) is known color: Outrageous Orange. HEX triplet: FB, 5A and 30. RGB value is (251,90,48). Sum of RGB (Red+Green+Blue) = 251+90+48=389 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.52% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 48 (19.14% from 255 or 12.34% from 389); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5A30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5A30 is #04A5CF. Grayscale: #858585. Windows color (decimal): -304592 or 3169019. OLE color: 3169019.

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

Color convert

RGB 251 90 48 -
CMYK 0 0.64 0.81 0.02
HSL 12.41º 0.96% 0.59% -
HSV(B) 12.41º 0.81% 0.98% -
XYZ 43.97 28.03 5.89 -
YUV 133.35 79.84 211.92 -
System Red Green Blue C M Y K H S L
Decimal 251 90 48 0 0.64 0.81 0.02 12.41 0.96 0.59
Hex FB 5A 30 0 40 51 2 C 60 3B
Octal 373 132 60 0 100 121 2 14 140 73
Binary 11111011 1011010 110000 0 1000000 1010001 10 1100 1100000 111011

Color Harmonies of #FB5A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5A30

Black with #FB5A30

Text Example


Text Example

White with #FB5A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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