Html Css Color HEX #FA403A Red Orange

📋 copy color: '#FA403A'

red 250 ◦ green 64 ◦ blue 58

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

Shades of Red Orange #FA403A

Tints of Red Orange #FA403A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.59%

R = 67.2%
G = 17.2%
B = 15.59%

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

#FA403A (or 0xFA403A) is known color: Red Orange. HEX triplet: FA, 40 and 3A. RGB value is (250,64,58). Sum of RGB (Red+Green+Blue) = 250+64+58=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 58 (23.05% from 255 or 15.59% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA403A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA403A is #05BFC5. Grayscale: #777777. Windows color (decimal): -376774 or 3817722. OLE color: 3817722.

HSL color Cylindrical-coordinate representation of color #FA403A: hue angle of 1.88º 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 #FA403A is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 64 58 -
CMYK 0 0.74 0.77 0.02
HSL 1.88º 0.95% 0.6% -
HSV(B) 1.88º 0.77% 0.98% -
XYZ 42.02 24.3 6.48 -
YUV 118.93 93.62 221.49 -
System Red Green Blue C M Y K H S L
Decimal 250 64 58 0 0.74 0.77 0.02 1.88 0.95 0.6
Hex FA 40 3A 0 4A 4D 2 2 5F 3C
Octal 372 100 72 0 112 115 2 2 137 74
Binary 11111010 1000000 111010 0 1001010 1001101 10 10 1011111 111100

Color Harmonies of #FA403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA403A

Black with #FA403A

Text Example


Text Example

White with #FA403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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