Html Css Color HEX #FA3D2D Red Orange

📋 copy color: '#FA3D2D'

red 250 ◦ green 61 ◦ blue 45

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

Shades of Red Orange #FA3D2D

Tints of Red Orange #FA3D2D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.13%

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

R = 70.22%
G = 17.13%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA3D2D (or 0xFA3D2D) is known color: Red Orange. HEX triplet: FA, 3D and 2D. RGB value is (250,61,45). Sum of RGB (Red+Green+Blue) = 250+61+45=356 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.22% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3D2D is #05C2D2. Grayscale: #737373. Windows color (decimal): -377555 or 2964986. OLE color: 2964986.

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

Color convert

RGB 250 61 45 -
CMYK 0 0.76 0.82 0.02
HSL 4.68º 0.95% 0.58% -
HSV(B) 4.68º 0.82% 0.98% -
XYZ 41.57 23.85 4.9 -
YUV 115.69 88.12 223.8 -
System Red Green Blue C M Y K H S L
Decimal 250 61 45 0 0.76 0.82 0.02 4.68 0.95 0.58
Hex FA 3D 2D 0 4C 52 2 5 5F 3A
Octal 372 75 55 0 114 122 2 5 137 72
Binary 11111010 111101 101101 0 1001100 1010010 10 101 1011111 111010

Color Harmonies of #FA3D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3D2D

Black with #FA3D2D

Text Example


Text Example

White with #FA3D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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