Html Css Color HEX #FA302C Red Orange

📋 copy color: '#FA302C'

red 250 ◦ green 48 ◦ blue 44

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

Shades of Red Orange #FA302C

Tints of Red Orange #FA302C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.87%

R = 73.1%
G = 14.04%
B = 12.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA302C (or 0xFA302C) is known color: Red Orange. HEX triplet: FA, 30 and 2C. RGB value is (250,48,44). Sum of RGB (Red+Green+Blue) = 250+48+44=342 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.10% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 250 - color contains mainly: red. Hex color #FA302C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA302C is #05CFD3. Grayscale: #6C6C6C. Windows color (decimal): -380884 or 2896122. OLE color: 2896122.

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

Color convert

RGB 250 48 44 -
CMYK 0 0.81 0.82 0.02
HSL 1.17º 0.95% 0.58% -
HSV(B) 1.17º 0.82% 0.98% -
XYZ 40.94 22.62 4.59 -
YUV 107.94 91.92 229.33 -
System Red Green Blue C M Y K H S L
Decimal 250 48 44 0 0.81 0.82 0.02 1.17 0.95 0.58
Hex FA 30 2C 0 51 52 2 1 5F 3A
Octal 372 60 54 0 121 122 2 1 137 72
Binary 11111010 110000 101100 0 1010001 1010010 10 1 1011111 111010

Color Harmonies of #FA302C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA302C

Black with #FA302C

Text Example


Text Example

White with #FA302C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA302C; }

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

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

background-color css

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

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

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

border-color css

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

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

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