Html Css Color HEX #FA3D20 Red Orange

📋 copy color: '#FA3D20'

red 250 ◦ green 61 ◦ blue 32

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

Shades of Red Orange #FA3D20

Tints of Red Orange #FA3D20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.33%

R = 72.89%
G = 17.78%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA3D20 (or 0xFA3D20) is known color: Red Orange. HEX triplet: FA, 3D and 20. RGB value is (250,61,32). Sum of RGB (Red+Green+Blue) = 250+61+32=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3D20 is #05C2DF. Grayscale: #727272. Windows color (decimal): -377568 or 2113018. OLE color: 2113018.

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

Color convert

RGB 250 61 32 -
CMYK 0 0.76 0.87 0.02
HSL 7.98º 0.96% 0.55% -
HSV(B) 7.98º 0.87% 0.98% -
XYZ 41.35 23.77 3.77 -
YUV 114.21 81.62 224.86 -
System Red Green Blue C M Y K H S L
Decimal 250 61 32 0 0.76 0.87 0.02 7.98 0.96 0.55
Hex FA 3D 20 0 4C 57 2 8 60 37
Octal 372 75 40 0 114 127 2 10 140 67
Binary 11111010 111101 100000 0 1001100 1010111 10 1000 1100000 110111

Color Harmonies of #FA3D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3D20

Black with #FA3D20

Text Example


Text Example

White with #FA3D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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