Html Css Color HEX #FA4029 Red Orange

📋 copy color: '#FA4029'

red 250 ◦ green 64 ◦ blue 41

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

Shades of Red Orange #FA4029

Tints of Red Orange #FA4029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.03%

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

R = 70.42%
G = 18.03%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA4029 (or 0xFA4029) is known color: Red Orange. HEX triplet: FA, 40 and 29. RGB value is (250,64,41). Sum of RGB (Red+Green+Blue) = 250+64+41=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4029 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4029 is #05BFD6. Grayscale: #757575. Windows color (decimal): -376791 or 2703610. OLE color: 2703610.

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

Color convert

RGB 250 64 41 -
CMYK 0 0.74 0.84 0.02
HSL 6.6º 0.95% 0.57% -
HSV(B) 6.6º 0.84% 0.98% -
XYZ 41.66 24.15 4.56 -
YUV 116.99 85.12 222.87 -
System Red Green Blue C M Y K H S L
Decimal 250 64 41 0 0.74 0.84 0.02 6.6 0.95 0.57
Hex FA 40 29 0 4A 54 2 7 5F 39
Octal 372 100 51 0 112 124 2 7 137 71
Binary 11111010 1000000 101001 0 1001010 1010100 10 111 1011111 111001

Color Harmonies of #FA4029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4029

Black with #FA4029

Text Example


Text Example

White with #FA4029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4029; }

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

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

background-color css

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

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

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

border-color css

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

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

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