Html Css Color HEX #FA4136 Red Orange

📋 copy color: '#FA4136'

red 250 ◦ green 65 ◦ blue 54

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

Shades of Red Orange #FA4136

Tints of Red Orange #FA4136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.63%

R = 67.75%
G = 17.62%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA4136 (or 0xFA4136) is known color: Red Orange. HEX triplet: FA, 41 and 36. RGB value is (250,65,54). Sum of RGB (Red+Green+Blue) = 250+65+54=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 54 (21.48% from 255 or 14.63% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4136 is #05BEC9. Grayscale: #777777. Windows color (decimal): -376522 or 3555834. OLE color: 3555834.

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

Color convert

RGB 250 65 54 -
CMYK 0 0.74 0.78 0.02
HSL 3.37º 0.95% 0.6% -
HSV(B) 3.37º 0.78% 0.98% -
XYZ 41.98 24.37 5.98 -
YUV 119.06 91.29 221.39 -
System Red Green Blue C M Y K H S L
Decimal 250 65 54 0 0.74 0.78 0.02 3.37 0.95 0.6
Hex FA 41 36 0 4A 4E 2 3 5F 3C
Octal 372 101 66 0 112 116 2 3 137 74
Binary 11111010 1000001 110110 0 1001010 1001110 10 11 1011111 111100

Color Harmonies of #FA4136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4136

Black with #FA4136

Text Example


Text Example

White with #FA4136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4136; }

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

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

background-color css

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

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

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

border-color css

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

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

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