Html Css Color HEX #FA5030 Outrageous Orange

📋 copy color: '#FA5030'

red 250 ◦ green 80 ◦ blue 48

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

Shades of Outrageous Orange #FA5030

Tints of Outrageous Orange #FA5030

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.16%

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

R = 66.14%
G = 21.16%
B = 12.7%

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

#FA5030 (or 0xFA5030) is known color: Outrageous Orange. HEX triplet: FA, 50 and 30. RGB value is (250,80,48). Sum of RGB (Red+Green+Blue) = 250+80+48=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5030 is #05AFCF. Grayscale: #7F7F7F. Windows color (decimal): -372688 or 3166458. OLE color: 3166458.

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

Color convert

RGB 250 80 48 -
CMYK 0 0.68 0.81 0.02
HSL 9.5º 0.95% 0.58% -
HSV(B) 9.5º 0.81% 0.98% -
XYZ 42.83 26.27 5.61 -
YUV 127.18 83.32 215.6 -
System Red Green Blue C M Y K H S L
Decimal 250 80 48 0 0.68 0.81 0.02 9.5 0.95 0.58
Hex FA 50 30 0 44 51 2 A 5F 3A
Octal 372 120 60 0 104 121 2 12 137 72
Binary 11111010 1010000 110000 0 1000100 1010001 10 1010 1011111 111010

Color Harmonies of #FA5030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5030

Black with #FA5030

Text Example


Text Example

White with #FA5030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5030; }

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

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

background-color css

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

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

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

border-color css

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

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

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