Html Css Color HEX #FA5A30 Outrageous Orange

📋 copy color: '#FA5A30'

red 250 ◦ green 90 ◦ blue 48

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

Shades of Outrageous Orange #FA5A30

Tints of Outrageous Orange #FA5A30

RGB

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

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

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

R = 64.43%
G = 23.2%
B = 12.37%

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

#FA5A30 (or 0xFA5A30) is known color: Outrageous Orange. HEX triplet: FA, 5A and 30. RGB value is (250,90,48). Sum of RGB (Red+Green+Blue) = 250+90+48=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 48 (19.14% from 255 or 12.37% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5A30 is #05A5CF. Grayscale: #858585. Windows color (decimal): -370128 or 3169018. OLE color: 3169018.

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

Color convert

RGB 250 90 48 -
CMYK 0 0.64 0.81 0.02
HSL 12.48º 0.95% 0.58% -
HSV(B) 12.48º 0.81% 0.98% -
XYZ 43.61 27.85 5.87 -
YUV 133.05 80.01 211.42 -
System Red Green Blue C M Y K H S L
Decimal 250 90 48 0 0.64 0.81 0.02 12.48 0.95 0.58
Hex FA 5A 30 0 40 51 2 C 5F 3A
Octal 372 132 60 0 100 121 2 14 137 72
Binary 11111010 1011010 110000 0 1000000 1010001 10 1100 1011111 111010

Color Harmonies of #FA5A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A30

Black with #FA5A30

Text Example


Text Example

White with #FA5A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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