Html Css Color HEX #FA2D29 Red Orange

📋 copy color: '#FA2D29'

red 250 ◦ green 45 ◦ blue 41

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

Shades of Red Orange #FA2D29

Tints of Red Orange #FA2D29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.2%

R = 74.4%
G = 13.39%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA2D29 (or 0xFA2D29) is known color: Red Orange. HEX triplet: FA, 2D and 29. RGB value is (250,45,41). Sum of RGB (Red+Green+Blue) = 250+45+41=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 45 (17.97% from 255 or 13.39% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2D29 is #05D2D6. Grayscale: #6A6A6A. Windows color (decimal): -381655 or 2698746. OLE color: 2698746.

HSL color Cylindrical-coordinate representation of color #FA2D29: hue angle of 1.15º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2D29 is Cyan = 0, Magento = 0.82, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 45 41 -
CMYK 0 0.82 0.84 0.02
HSL 1.15º 0.95% 0.57% -
HSV(B) 1.15º 0.84% 0.98% -
XYZ 40.76 22.36 4.27 -
YUV 105.84 91.42 230.83 -
System Red Green Blue C M Y K H S L
Decimal 250 45 41 0 0.82 0.84 0.02 1.15 0.95 0.57
Hex FA 2D 29 0 52 54 2 1 5F 39
Octal 372 55 51 0 122 124 2 1 137 71
Binary 11111010 101101 101001 0 1010010 1010100 10 1 1011111 111001

Color Harmonies of #FA2D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2D29

Black with #FA2D29

Text Example


Text Example

White with #FA2D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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