Html Css Color HEX #FA5130 Outrageous Orange

📋 copy color: '#FA5130'

red 250 ◦ green 81 ◦ blue 48

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

Shades of Outrageous Orange #FA5130

Tints of Outrageous Orange #FA5130

RGB

 RED value IS 250 (98.05% from 255) = 65.96%

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

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

R = 65.96%
G = 21.37%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA5130 (or 0xFA5130) is known color: Outrageous Orange. HEX triplet: FA, 51 and 30. RGB value is (250,81,48). Sum of RGB (Red+Green+Blue) = 250+81+48=379 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.96% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5130 is #05AECF. Grayscale: #808080. Windows color (decimal): -372432 or 3166714. OLE color: 3166714.

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

Color convert

RGB 250 81 48 -
CMYK 0 0.68 0.81 0.02
HSL 9.8º 0.95% 0.58% -
HSV(B) 9.8º 0.81% 0.98% -
XYZ 42.9 26.42 5.64 -
YUV 127.77 82.99 215.18 -
System Red Green Blue C M Y K H S L
Decimal 250 81 48 0 0.68 0.81 0.02 9.8 0.95 0.58
Hex FA 51 30 0 44 51 2 A 5F 3A
Octal 372 121 60 0 104 121 2 12 137 72
Binary 11111010 1010001 110000 0 1000100 1010001 10 1010 1011111 111010

Color Harmonies of #FA5130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5130

Black with #FA5130

Text Example


Text Example

White with #FA5130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5130; }

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

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

background-color css

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

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

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

border-color css

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

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

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