Html Css Color HEX #FA4329 Red Orange

📋 copy color: '#FA4329'

red 250 ◦ green 67 ◦ blue 41

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

Shades of Red Orange #FA4329

Tints of Red Orange #FA4329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.72%

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

R = 69.83%
G = 18.72%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA4329 (or 0xFA4329) is known color: Red Orange. HEX triplet: FA, 43 and 29. RGB value is (250,67,41). Sum of RGB (Red+Green+Blue) = 250+67+41=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 67 (26.56% from 255 or 18.72% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4329 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4329 is #05BCD6. Grayscale: #777777. Windows color (decimal): -376023 or 2704378. OLE color: 2704378.

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

Color convert

RGB 250 67 41 -
CMYK 0 0.73 0.84 0.02
HSL 7.46º 0.95% 0.57% -
HSV(B) 7.46º 0.84% 0.98% -
XYZ 41.83 24.5 4.62 -
YUV 118.75 84.13 221.61 -
System Red Green Blue C M Y K H S L
Decimal 250 67 41 0 0.73 0.84 0.02 7.46 0.95 0.57
Hex FA 43 29 0 49 54 2 7 5F 39
Octal 372 103 51 0 111 124 2 7 137 71
Binary 11111010 1000011 101001 0 1001001 1010100 10 111 1011111 111001

Color Harmonies of #FA4329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4329

Black with #FA4329

Text Example


Text Example

White with #FA4329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4329; }

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

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

background-color css

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

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

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

border-color css

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

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

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