Html Css Color HEX #FA402E Red Orange

📋 copy color: '#FA402E'

red 250 ◦ green 64 ◦ blue 46

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

Shades of Red Orange #FA402E

Tints of Red Orange #FA402E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.78%

R = 69.44%
G = 17.78%
B = 12.78%

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

#FA402E (or 0xFA402E) is known color: Red Orange. HEX triplet: FA, 40 and 2E. RGB value is (250,64,46). Sum of RGB (Red+Green+Blue) = 250+64+46=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 46 (18.36% from 255 or 12.78% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA402E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA402E is #05BFD1. Grayscale: #757575. Windows color (decimal): -376786 or 3031290. OLE color: 3031290.

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

Color convert

RGB 250 64 46 -
CMYK 0 0.74 0.82 0.02
HSL 5.29º 0.95% 0.58% -
HSV(B) 5.29º 0.82% 0.98% -
XYZ 41.75 24.19 5.05 -
YUV 117.56 87.62 222.46 -
System Red Green Blue C M Y K H S L
Decimal 250 64 46 0 0.74 0.82 0.02 5.29 0.95 0.58
Hex FA 40 2E 0 4A 52 2 5 5F 3A
Octal 372 100 56 0 112 122 2 5 137 72
Binary 11111010 1000000 101110 0 1001010 1010010 10 101 1011111 111010

Color Harmonies of #FA402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA402E

Black with #FA402E

Text Example


Text Example

White with #FA402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA402E; }

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

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

background-color css

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

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

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

border-color css

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

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

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