Html Css Color HEX #FA2925 Red Orange

📋 copy color: '#FA2925'

red 250 ◦ green 41 ◦ blue 37

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

Shades of Red Orange #FA2925

Tints of Red Orange #FA2925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.28%

R = 76.22%
G = 12.5%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA2925 (or 0xFA2925) is known color: Red Orange. HEX triplet: FA, 29 and 25. RGB value is (250,41,37). Sum of RGB (Red+Green+Blue) = 250+41+37=328 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.22% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2925 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2925 is #05D6DA. Grayscale: #676767. Windows color (decimal): -382683 or 2435578. OLE color: 2435578.

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

Color convert

RGB 250 41 37 -
CMYK 0 0.84 0.85 0.02
HSL 1.13º 0.96% 0.56% -
HSV(B) 1.13º 0.85% 0.98% -
XYZ 40.55 22.04 3.87 -
YUV 103.04 90.74 232.83 -
System Red Green Blue C M Y K H S L
Decimal 250 41 37 0 0.84 0.85 0.02 1.13 0.96 0.56
Hex FA 29 25 0 54 55 2 1 60 38
Octal 372 51 45 0 124 125 2 1 140 70
Binary 11111010 101001 100101 0 1010100 1010101 10 1 1100000 111000

Color Harmonies of #FA2925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2925

Black with #FA2925

Text Example


Text Example

White with #FA2925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2925; }

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

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

background-color css

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

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

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

border-color css

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

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

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