Html Css Color HEX #FA3619 Red Orange

📋 copy color: '#FA3619'

red 250 ◦ green 54 ◦ blue 25

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

Shades of Red Orange #FA3619

Tints of Red Orange #FA3619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.41%

 BLUE value IS 25 (10.16% from 255) = 7.6%

R = 75.99%
G = 16.41%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FA3619 (or 0xFA3619) is known color: Red Orange. HEX triplet: FA, 36 and 19. RGB value is (250,54,25). Sum of RGB (Red+Green+Blue) = 250+54+25=329 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.99% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3619 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3619 is #05C9E6. Grayscale: #6D6D6D. Windows color (decimal): -379367 or 1652474. OLE color: 1652474.

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

Color convert

RGB 250 54 25 -
CMYK 0 0.78 0.9 0.02
HSL 7.73º 0.96% 0.54% -
HSV(B) 7.73º 0.9% 0.98% -
XYZ 40.92 23.03 3.21 -
YUV 109.3 80.43 228.36 -
System Red Green Blue C M Y K H S L
Decimal 250 54 25 0 0.78 0.9 0.02 7.73 0.96 0.54
Hex FA 36 19 0 4E 5A 2 8 60 36
Octal 372 66 31 0 116 132 2 10 140 66
Binary 11111010 110110 11001 0 1001110 1011010 10 1000 1100000 110110

Color Harmonies of #FA3619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3619

Black with #FA3619

Text Example


Text Example

White with #FA3619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3619; }

 p { color: rgb(250,54,25); }

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

background-color css

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

 a { background-color: rgb(250,54,25); }

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

border-color css

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

 span { border-color: rgb(250,54,25); }

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