Html Css Color HEX #FA2D1F Red Orange

📋 copy color: '#FA2D1F'

red 250 ◦ green 45 ◦ blue 31

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

Shades of Red Orange #FA2D1F

Tints of Red Orange #FA2D1F

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.8%

 BLUE value IS 31 (12.5% from 255) = 9.51%

R = 76.69%
G = 13.8%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA2D1F (or 0xFA2D1F) is known color: Red Orange. HEX triplet: FA, 2D and 1F. RGB value is (250,45,31). Sum of RGB (Red+Green+Blue) = 250+45+31=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D1F is #05D2E0. Grayscale: #686868. Windows color (decimal): -381665 or 2043386. OLE color: 2043386.

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

Color convert

RGB 250 45 31 -
CMYK 0 0.82 0.88 0.02
HSL 3.84º 0.96% 0.55% -
HSV(B) 3.84º 0.88% 0.98% -
XYZ 40.61 22.3 3.46 -
YUV 104.7 86.42 231.64 -
System Red Green Blue C M Y K H S L
Decimal 250 45 31 0 0.82 0.88 0.02 3.84 0.96 0.55
Hex FA 2D 1F 0 52 58 2 4 60 37
Octal 372 55 37 0 122 130 2 4 140 67
Binary 11111010 101101 11111 0 1010010 1011000 10 100 1100000 110111

Color Harmonies of #FA2D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D1F

Black with #FA2D1F

Text Example


Text Example

White with #FA2D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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