Html Css Color HEX #FF5130 Outrageous Orange

📋 copy color: '#FF5130'

red 255 ◦ green 81 ◦ blue 48

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

Shades of Outrageous Orange #FF5130

Tints of Outrageous Orange #FF5130

RGB

 RED value IS 255 (100% from 255) = 66.41%

 GREEN value IS 81 (32.03% from 255) = 21.09%

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

R = 66.41%
G = 21.09%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FF5130 (or 0xFF5130) is known color: Outrageous Orange. HEX triplet: FF, 51 and 30. RGB value is (255,81,48). Sum of RGB (Red+Green+Blue) = 255+81+48=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 48 (19.14% from 255 or 12.5% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5130 is #00AECF. Grayscale: #818181. Windows color (decimal): -44752 or 3166719. OLE color: 3166719.

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

Color convert

RGB 255 81 48 -
CMYK 0 0.68 0.81 0
HSL 9.57º 1% 0.59% -
HSV(B) 9.57º 0.81% 1% -
XYZ 44.72 27.36 5.72 -
YUV 129.26 82.15 217.68 -
System Red Green Blue C M Y K H S L
Decimal 255 81 48 0 0.68 0.81 0 9.57 1 0.59
Hex FF 51 30 0 44 51 0 A 64 3B
Octal 377 121 60 0 104 121 0 12 144 73
Binary 11111111 1010001 110000 0 1000100 1010001 0 1010 1100100 111011

Color Harmonies of #FF5130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5130

Black with #FF5130

Text Example


Text Example

White with #FF5130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5130; }

 p { color: rgb(255,81,48); }

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

background-color css

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

 a { background-color: rgb(255,81,48); }

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

border-color css

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

 span { border-color: rgb(255,81,48); }

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