Html Css Color HEX #FA3D1D Red Orange

📋 copy color: '#FA3D1D'

red 250 ◦ green 61 ◦ blue 29

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

Shades of Red Orange #FA3D1D

Tints of Red Orange #FA3D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.53%

R = 73.53%
G = 17.94%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA3D1D (or 0xFA3D1D) is known color: Red Orange. HEX triplet: FA, 3D and 1D. RGB value is (250,61,29). Sum of RGB (Red+Green+Blue) = 250+61+29=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3D1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3D1D is #05C2E2. Grayscale: #727272. Windows color (decimal): -377571 or 1916410. OLE color: 1916410.

HSL color Cylindrical-coordinate representation of color #FA3D1D: hue angle of 8.69º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA3D1D is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 61 29 -
CMYK 0 0.76 0.88 0.02
HSL 8.69º 0.96% 0.55% -
HSV(B) 8.69º 0.88% 0.98% -
XYZ 41.31 23.75 3.57 -
YUV 113.86 80.12 225.1 -
System Red Green Blue C M Y K H S L
Decimal 250 61 29 0 0.76 0.88 0.02 8.69 0.96 0.55
Hex FA 3D 1D 0 4C 58 2 9 60 37
Octal 372 75 35 0 114 130 2 11 140 67
Binary 11111010 111101 11101 0 1001100 1011000 10 1001 1100000 110111

Color Harmonies of #FA3D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3D1D

Black with #FA3D1D

Text Example


Text Example

White with #FA3D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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