Html Css Color HEX #FA3429 Red Orange

📋 copy color: '#FA3429'

red 250 ◦ green 52 ◦ blue 41

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

Shades of Red Orange #FA3429

Tints of Red Orange #FA3429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.16%

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

R = 72.89%
G = 15.16%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA3429 (or 0xFA3429) is known color: Red Orange. HEX triplet: FA, 34 and 29. RGB value is (250,52,41). Sum of RGB (Red+Green+Blue) = 250+52+41=343 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.89% from 343); Green value is 52 (20.70% from 255 or 15.16% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3429 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3429 is #05CBD6. Grayscale: #6E6E6E. Windows color (decimal): -379863 or 2700538. OLE color: 2700538.

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

Color convert

RGB 250 52 41 -
CMYK 0 0.79 0.84 0.02
HSL 3.16º 0.95% 0.57% -
HSV(B) 3.16º 0.84% 0.98% -
XYZ 41.05 22.94 4.36 -
YUV 109.95 89.1 227.89 -
System Red Green Blue C M Y K H S L
Decimal 250 52 41 0 0.79 0.84 0.02 3.16 0.95 0.57
Hex FA 34 29 0 4F 54 2 3 5F 39
Octal 372 64 51 0 117 124 2 3 137 71
Binary 11111010 110100 101001 0 1001111 1010100 10 11 1011111 111001

Color Harmonies of #FA3429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3429

Black with #FA3429

Text Example


Text Example

White with #FA3429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3429; }

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

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

background-color css

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

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

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

border-color css

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

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

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