Html Css Color HEX #FA4632 Red Orange

📋 copy color: '#FA4632'

red 250 ◦ green 70 ◦ blue 50

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

Shades of Red Orange #FA4632

Tints of Red Orange #FA4632

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.92%

 BLUE value IS 50 (19.92% from 255) = 13.51%

R = 67.57%
G = 18.92%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA4632 (or 0xFA4632) is known color: Red Orange. HEX triplet: FA, 46 and 32. RGB value is (250,70,50). Sum of RGB (Red+Green+Blue) = 250+70+50=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4632 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA4632 is #05B9CD. Grayscale: #797979. Windows color (decimal): -375246 or 3294970. OLE color: 3294970.

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

Color convert

RGB 250 70 50 -
CMYK 0 0.72 0.8 0.02
HSL 0.95% 0.59% -
HSV(B) 0.8% 0.98% -
XYZ 42.19 24.93 5.61 -
YUV 121.54 87.63 219.63 -
System Red Green Blue C M Y K H S L
Decimal 250 70 50 0 0.72 0.8 0.02 6 0.95 0.59
Hex FA 46 32 0 48 50 2 6 5F 3B
Octal 372 106 62 0 110 120 2 6 137 73
Binary 11111010 1000110 110010 0 1001000 1010000 10 110 1011111 111011

Color Harmonies of #FA4632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4632

Black with #FA4632

Text Example


Text Example

White with #FA4632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4632; }

 p { color: rgb(250,70,50); }

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

background-color css

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

 a { background-color: rgb(250,70,50); }

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

border-color css

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

 span { border-color: rgb(250,70,50); }

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