Html Css Color HEX #FA4D29 Red Orange

📋 copy color: '#FA4D29'

red 250 ◦ green 77 ◦ blue 41

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

Shades of Red Orange #FA4D29

Tints of Red Orange #FA4D29

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.92%

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

R = 67.93%
G = 20.92%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA4D29 (or 0xFA4D29) is known color: Red Orange. HEX triplet: FA, 4D and 29. RGB value is (250,77,41). Sum of RGB (Red+Green+Blue) = 250+77+41=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA4D29 is #05B2D6. Grayscale: #7C7C7C. Windows color (decimal): -373463 or 2706938. OLE color: 2706938.

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

Color convert

RGB 250 77 41 -
CMYK 0 0.69 0.84 0.02
HSL 10.33º 0.95% 0.57% -
HSV(B) 10.33º 0.84% 0.98% -
XYZ 42.48 25.79 4.84 -
YUV 124.62 80.81 217.43 -
System Red Green Blue C M Y K H S L
Decimal 250 77 41 0 0.69 0.84 0.02 10.33 0.95 0.57
Hex FA 4D 29 0 45 54 2 A 5F 39
Octal 372 115 51 0 105 124 2 12 137 71
Binary 11111010 1001101 101001 0 1000101 1010100 10 1010 1011111 111001

Color Harmonies of #FA4D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4D29

Black with #FA4D29

Text Example


Text Example

White with #FA4D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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