Html Css Color HEX #FA4828 Red Orange

📋 copy color: '#FA4828'

red 250 ◦ green 72 ◦ blue 40

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

Shades of Red Orange #FA4828

Tints of Red Orange #FA4828

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.89%

 BLUE value IS 40 (16.02% from 255) = 11.05%

R = 69.06%
G = 19.89%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA4828 (or 0xFA4828) is known color: Red Orange. HEX triplet: FA, 48 and 28. RGB value is (250,72,40). Sum of RGB (Red+Green+Blue) = 250+72+40=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4828 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4828 is #05B7D7. Grayscale: #797979. Windows color (decimal): -374744 or 2640122. OLE color: 2640122.

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

Color convert

RGB 250 72 40 -
CMYK 0 0.71 0.84 0.02
HSL 9.14º 0.95% 0.57% -
HSV(B) 9.14º 0.84% 0.98% -
XYZ 42.12 25.11 4.63 -
YUV 121.57 81.97 219.6 -
System Red Green Blue C M Y K H S L
Decimal 250 72 40 0 0.71 0.84 0.02 9.14 0.95 0.57
Hex FA 48 28 0 47 54 2 9 5F 39
Octal 372 110 50 0 107 124 2 11 137 71
Binary 11111010 1001000 101000 0 1000111 1010100 10 1001 1011111 111001

Color Harmonies of #FA4828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4828

Black with #FA4828

Text Example


Text Example

White with #FA4828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4828; }

 p { color: rgb(250,72,40); }

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

background-color css

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

 a { background-color: rgb(250,72,40); }

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

border-color css

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

 span { border-color: rgb(250,72,40); }

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