Html Css Color HEX #FA2924 Red Orange

📋 copy color: '#FA2924'

red 250 ◦ green 41 ◦ blue 36

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

Shades of Red Orange #FA2924

Tints of Red Orange #FA2924

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.54%

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

R = 76.45%
G = 12.54%
B = 11.01%

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

#FA2924 (or 0xFA2924) is known color: Red Orange. HEX triplet: FA, 29 and 24. RGB value is (250,41,36). Sum of RGB (Red+Green+Blue) = 250+41+36=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2924 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2924 is #05D6DB. Grayscale: #676767. Windows color (decimal): -382684 or 2370042. OLE color: 2370042.

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

Color convert

RGB 250 41 36 -
CMYK 0 0.84 0.86 0.02
HSL 1.4º 0.96% 0.56% -
HSV(B) 1.4º 0.86% 0.98% -
XYZ 40.54 22.04 3.79 -
YUV 102.92 90.24 232.91 -
System Red Green Blue C M Y K H S L
Decimal 250 41 36 0 0.84 0.86 0.02 1.4 0.96 0.56
Hex FA 29 24 0 54 56 2 1 60 38
Octal 372 51 44 0 124 126 2 1 140 70
Binary 11111010 101001 100100 0 1010100 1010110 10 1 1100000 111000

Color Harmonies of #FA2924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2924

Black with #FA2924

Text Example


Text Example

White with #FA2924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2924; }

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

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

background-color css

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

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

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

border-color css

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

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

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