Html Css Color HEX #FA4530 Red Orange

📋 copy color: '#FA4530'

red 250 ◦ green 69 ◦ blue 48

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

Shades of Red Orange #FA4530

Tints of Red Orange #FA4530

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.8%

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

R = 68.12%
G = 18.8%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA4530 (or 0xFA4530) is known color: Red Orange. HEX triplet: FA, 45 and 30. RGB value is (250,69,48). Sum of RGB (Red+Green+Blue) = 250+69+48=367 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.12% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4530 is #05BACF. Grayscale: #787878. Windows color (decimal): -375504 or 3163642. OLE color: 3163642.

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

Color convert

RGB 250 69 48 -
CMYK 0 0.72 0.81 0.02
HSL 6.24º 0.95% 0.58% -
HSV(B) 6.24º 0.81% 0.98% -
XYZ 42.09 24.79 5.36 -
YUV 120.73 86.97 220.21 -
System Red Green Blue C M Y K H S L
Decimal 250 69 48 0 0.72 0.81 0.02 6.24 0.95 0.58
Hex FA 45 30 0 48 51 2 6 5F 3A
Octal 372 105 60 0 110 121 2 6 137 72
Binary 11111010 1000101 110000 0 1001000 1010001 10 110 1011111 111010

Color Harmonies of #FA4530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4530

Black with #FA4530

Text Example


Text Example

White with #FA4530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4530; }

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

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

background-color css

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

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

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

border-color css

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

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

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