Html Css Color HEX #FA3425 Red Orange

📋 copy color: '#FA3425'

red 250 ◦ green 52 ◦ blue 37

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

Shades of Red Orange #FA3425

Tints of Red Orange #FA3425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.34%

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

R = 73.75%
G = 15.34%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA3425 (or 0xFA3425) is known color: Red Orange. HEX triplet: FA, 34 and 25. RGB value is (250,52,37). Sum of RGB (Red+Green+Blue) = 250+52+37=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 37 (14.84% from 255 or 10.91% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3425 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3425 is #05CBDA. Grayscale: #6D6D6D. Windows color (decimal): -379867 or 2438394. OLE color: 2438394.

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

Color convert

RGB 250 52 37 -
CMYK 0 0.79 0.85 0.02
HSL 4.23º 0.96% 0.56% -
HSV(B) 4.23º 0.85% 0.98% -
XYZ 40.99 22.91 4.01 -
YUV 109.49 87.1 228.22 -
System Red Green Blue C M Y K H S L
Decimal 250 52 37 0 0.79 0.85 0.02 4.23 0.96 0.56
Hex FA 34 25 0 4F 55 2 4 60 38
Octal 372 64 45 0 117 125 2 4 140 70
Binary 11111010 110100 100101 0 1001111 1010101 10 100 1100000 111000

Color Harmonies of #FA3425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3425

Black with #FA3425

Text Example


Text Example

White with #FA3425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3425; }

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

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

background-color css

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

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

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

border-color css

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

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

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