Html Css Color HEX #FA4127 Red Orange

📋 copy color: '#FA4127'

red 250 ◦ green 65 ◦ blue 39

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

Shades of Red Orange #FA4127

Tints of Red Orange #FA4127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.02%

R = 70.62%
G = 18.36%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA4127 (or 0xFA4127) is known color: Red Orange. HEX triplet: FA, 41 and 27. RGB value is (250,65,39). Sum of RGB (Red+Green+Blue) = 250+65+39=354 (46% of max value = 765). Red value is 250 (98.05% from 255 or 70.62% from 354); Green value is 65 (25.78% from 255 or 18.36% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4127 is #05BED8. Grayscale: #757575. Windows color (decimal): -376537 or 2572794. OLE color: 2572794.

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

Color convert

RGB 250 65 39 -
CMYK 0 0.74 0.84 0.02
HSL 7.39º 0.95% 0.57% -
HSV(B) 7.39º 0.84% 0.98% -
XYZ 41.68 24.25 4.4 -
YUV 117.35 83.79 222.61 -
System Red Green Blue C M Y K H S L
Decimal 250 65 39 0 0.74 0.84 0.02 7.39 0.95 0.57
Hex FA 41 27 0 4A 54 2 7 5F 39
Octal 372 101 47 0 112 124 2 7 137 71
Binary 11111010 1000001 100111 0 1001010 1010100 10 111 1011111 111001

Color Harmonies of #FA4127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4127

Black with #FA4127

Text Example


Text Example

White with #FA4127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4127; }

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

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

background-color css

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

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

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

border-color css

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

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

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