Html Css Color HEX #FA412D Red Orange

📋 copy color: '#FA412D'

red 250 ◦ green 65 ◦ blue 45

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

Shades of Red Orange #FA412D

Tints of Red Orange #FA412D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.06%

 BLUE value IS 45 (17.97% from 255) = 12.5%

R = 69.44%
G = 18.06%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA412D (or 0xFA412D) is known color: Red Orange. HEX triplet: FA, 41 and 2D. RGB value is (250,65,45). Sum of RGB (Red+Green+Blue) = 250+65+45=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 65 (25.78% from 255 or 18.06% from 360); Blue value is 45 (17.97% from 255 or 12.5% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA412D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA412D is #05BED2. Grayscale: #767676. Windows color (decimal): -376531 or 2966010. OLE color: 2966010.

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

Color convert

RGB 250 65 45 -
CMYK 0 0.74 0.82 0.02
HSL 5.85º 0.95% 0.58% -
HSV(B) 5.85º 0.82% 0.98% -
XYZ 41.79 24.29 4.97 -
YUV 118.04 86.79 222.13 -
System Red Green Blue C M Y K H S L
Decimal 250 65 45 0 0.74 0.82 0.02 5.85 0.95 0.58
Hex FA 41 2D 0 4A 52 2 6 5F 3A
Octal 372 101 55 0 112 122 2 6 137 72
Binary 11111010 1000001 101101 0 1001010 1010010 10 110 1011111 111010

Color Harmonies of #FA412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA412D

Black with #FA412D

Text Example


Text Example

White with #FA412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA412D; }

 p { color: rgb(250,65,45); }

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

background-color css

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

 a { background-color: rgb(250,65,45); }

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

border-color css

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

 span { border-color: rgb(250,65,45); }

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