Html Css Color HEX #FA302A Red Orange

📋 copy color: '#FA302A'

red 250 ◦ green 48 ◦ blue 42

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

Shades of Red Orange #FA302A

Tints of Red Orange #FA302A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.12%

 BLUE value IS 42 (16.8% from 255) = 12.35%

R = 73.53%
G = 14.12%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA302A (or 0xFA302A) is known color: Red Orange. HEX triplet: FA, 30 and 2A. RGB value is (250,48,42). Sum of RGB (Red+Green+Blue) = 250+48+42=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA302A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA302A is #05CFD5. Grayscale: #6B6B6B. Windows color (decimal): -380886 or 2765050. OLE color: 2765050.

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

Color convert

RGB 250 48 42 -
CMYK 0 0.81 0.83 0.02
HSL 1.73º 0.95% 0.57% -
HSV(B) 1.73º 0.83% 0.98% -
XYZ 40.9 22.61 4.4 -
YUV 107.71 90.92 229.49 -
System Red Green Blue C M Y K H S L
Decimal 250 48 42 0 0.81 0.83 0.02 1.73 0.95 0.57
Hex FA 30 2A 0 51 53 2 2 5F 39
Octal 372 60 52 0 121 123 2 2 137 71
Binary 11111010 110000 101010 0 1010001 1010011 10 10 1011111 111001

Color Harmonies of #FA302A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA302A

Black with #FA302A

Text Example


Text Example

White with #FA302A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA302A; }

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

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

background-color css

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

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

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

border-color css

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

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

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