Html Css Color HEX #FA402C Red Orange

📋 copy color: '#FA402C'

red 250 ◦ green 64 ◦ blue 44

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

Shades of Red Orange #FA402C

Tints of Red Orange #FA402C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

 BLUE value IS 44 (17.58% from 255) = 12.29%

R = 69.83%
G = 17.88%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA402C (or 0xFA402C) is known color: Red Orange. HEX triplet: FA, 40 and 2C. RGB value is (250,64,44). Sum of RGB (Red+Green+Blue) = 250+64+44=358 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.83% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 250 - color contains mainly: red. Hex color #FA402C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA402C is #05BFD3. Grayscale: #757575. Windows color (decimal): -376788 or 2900218. OLE color: 2900218.

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

Color convert

RGB 250 64 44 -
CMYK 0 0.74 0.82 0.02
HSL 5.83º 0.95% 0.58% -
HSV(B) 5.83º 0.82% 0.98% -
XYZ 41.71 24.17 4.85 -
YUV 117.33 86.62 222.63 -
System Red Green Blue C M Y K H S L
Decimal 250 64 44 0 0.74 0.82 0.02 5.83 0.95 0.58
Hex FA 40 2C 0 4A 52 2 6 5F 3A
Octal 372 100 54 0 112 122 2 6 137 72
Binary 11111010 1000000 101100 0 1001010 1010010 10 110 1011111 111010

Color Harmonies of #FA402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA402C

Black with #FA402C

Text Example


Text Example

White with #FA402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA402C; }

 p { color: rgb(250,64,44); }

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

background-color css

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

 a { background-color: rgb(250,64,44); }

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

border-color css

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

 span { border-color: rgb(250,64,44); }

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