Html Css Color HEX #FA2824 Red Orange

📋 copy color: '#FA2824'

red 250 ◦ green 40 ◦ blue 36

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

Shades of Red Orange #FA2824

Tints of Red Orange #FA2824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.27%

 BLUE value IS 36 (14.45% from 255) = 11.04%

R = 76.69%
G = 12.27%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FA2824 (or 0xFA2824) is known color: Red Orange. HEX triplet: FA, 28 and 24. RGB value is (250,40,36). Sum of RGB (Red+Green+Blue) = 250+40+36=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2824 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2824 is #05D7DB. Grayscale: #666666. Windows color (decimal): -382940 or 2369786. OLE color: 2369786.

HSL color Cylindrical-coordinate representation of color #FA2824: hue angle of 1.12º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA2824 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 40 36 -
CMYK 0 0.84 0.86 0.02
HSL 1.12º 0.96% 0.56% -
HSV(B) 1.12º 0.86% 0.98% -
XYZ 40.5 21.97 3.77 -
YUV 102.33 90.57 233.33 -
System Red Green Blue C M Y K H S L
Decimal 250 40 36 0 0.84 0.86 0.02 1.12 0.96 0.56
Hex FA 28 24 0 54 56 2 1 60 38
Octal 372 50 44 0 124 126 2 1 140 70
Binary 11111010 101000 100100 0 1010100 1010110 10 1 1100000 111000

Color Harmonies of #FA2824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2824

Black with #FA2824

Text Example


Text Example

White with #FA2824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2824; }

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

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

background-color css

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

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

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

border-color css

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

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

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