Html Css Color HEX #FA4139 Red Orange

📋 copy color: '#FA4139'

red 250 ◦ green 65 ◦ blue 57

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

Shades of Red Orange #FA4139

Tints of Red Orange #FA4139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.47%

 BLUE value IS 57 (22.66% from 255) = 15.32%

R = 67.2%
G = 17.47%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA4139 (or 0xFA4139) is known color: Red Orange. HEX triplet: FA, 41 and 39. RGB value is (250,65,57). Sum of RGB (Red+Green+Blue) = 250+65+57=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4139 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4139 is #05BEC6. Grayscale: #777777. Windows color (decimal): -376519 or 3752442. OLE color: 3752442.

HSL color Cylindrical-coordinate representation of color #FA4139: hue angle of 2.49º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA4139 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 65 57 -
CMYK 0 0.74 0.77 0.02
HSL 2.49º 0.95% 0.6% -
HSV(B) 2.49º 0.77% 0.98% -
XYZ 42.05 24.4 6.36 -
YUV 119.4 92.79 221.15 -
System Red Green Blue C M Y K H S L
Decimal 250 65 57 0 0.74 0.77 0.02 2.49 0.95 0.6
Hex FA 41 39 0 4A 4D 2 2 5F 3C
Octal 372 101 71 0 112 115 2 2 137 74
Binary 11111010 1000001 111001 0 1001010 1001101 10 10 1011111 111100

Color Harmonies of #FA4139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4139

Black with #FA4139

Text Example


Text Example

White with #FA4139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4139; }

 p { color: rgb(250,65,57); }

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

background-color css

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

 a { background-color: rgb(250,65,57); }

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

border-color css

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

 span { border-color: rgb(250,65,57); }

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