Html Css Color HEX #FA4A30 Red Orange

📋 copy color: '#FA4A30'

red 250 ◦ green 74 ◦ blue 48

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

Shades of Red Orange #FA4A30

Tints of Red Orange #FA4A30

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.89%

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

R = 67.2%
G = 19.89%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA4A30 (or 0xFA4A30) is known color: Red Orange. HEX triplet: FA, 4A and 30. RGB value is (250,74,48). Sum of RGB (Red+Green+Blue) = 250+74+48=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4A30 is #05B5CF. Grayscale: #7B7B7B. Windows color (decimal): -374224 or 3164922. OLE color: 3164922.

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

Color convert

RGB 250 74 48 -
CMYK 0 0.70 0.81 0.02
HSL 7.72º 0.95% 0.58% -
HSV(B) 7.72º 0.81% 0.98% -
XYZ 42.41 25.43 5.47 -
YUV 123.66 85.31 218.11 -
System Red Green Blue C M Y K H S L
Decimal 250 74 48 0 0.70 0.81 0.02 7.72 0.95 0.58
Hex FA 4A 30 0 46 51 2 8 5F 3A
Octal 372 112 60 0 106 121 2 10 137 72
Binary 11111010 1001010 110000 0 1000110 1010001 10 1000 1011111 111010

Color Harmonies of #FA4A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4A30

Black with #FA4A30

Text Example


Text Example

White with #FA4A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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