Html Css Color HEX #FA3E07 Orange Red

📋 copy color: '#FA3E07'

red 250 ◦ green 62 ◦ blue 7

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

Shades of Orange Red #FA3E07

Tints of Orange Red #FA3E07

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.44%

 BLUE value IS 7 (3.13% from 255) = 2.19%

R = 78.37%
G = 19.44%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA3E07 (or 0xFA3E07) is known color: Orange Red. HEX triplet: FA, 3E and 07. RGB value is (250,62,7). Sum of RGB (Red+Green+Blue) = 250+62+7=319 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.37% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 7 (3.12% from 255 or 2.19% from 319); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3E07 is #05C1F8. Grayscale: #707070. Windows color (decimal): -377337 or 474874. OLE color: 474874.

HSL color Cylindrical-coordinate representation of color #FA3E07: hue angle of 13.58º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA3E07 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 62 7 -
CMYK 0 0.75 0.97 0.02
HSL 13.58º 0.96% 0.5% -
HSV(B) 13.58º 0.97% 0.98% -
XYZ 41.19 23.78 2.62 -
YUV 111.94 68.78 226.47 -
System Red Green Blue C M Y K H S L
Decimal 250 62 7 0 0.75 0.97 0.02 13.58 0.96 0.5
Hex FA 3E 7 0 4B 61 2 E 60 32
Octal 372 76 7 0 113 141 2 16 140 62
Binary 11111010 111110 111 0 1001011 1100001 10 1110 1100000 110010

Color Harmonies of #FA3E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3E07

Black with #FA3E07

Text Example


Text Example

White with #FA3E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3E07; }

 p { color: rgb(250,62,7); }

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

background-color css

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

 a { background-color: rgb(250,62,7); }

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

border-color css

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

 span { border-color: rgb(250,62,7); }

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