Html Css Color HEX #FA3E06 Orange Red

📋 copy color: '#FA3E06'

red 250 ◦ green 62 ◦ blue 6

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

Shades of Orange Red #FA3E06

Tints of Orange Red #FA3E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.89%

R = 78.62%
G = 19.5%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA3E06 (or 0xFA3E06) is known color: Orange Red. HEX triplet: FA, 3E and 06. RGB value is (250,62,6). Sum of RGB (Red+Green+Blue) = 250+62+6=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 6 (2.73% from 255 or 1.89% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3E06 is #05C1F9. Grayscale: #707070. Windows color (decimal): -377338 or 409338. OLE color: 409338.

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

Color convert

RGB 250 62 6 -
CMYK 0 0.75 0.98 0.02
HSL 13.77º 0.96% 0.5% -
HSV(B) 13.77º 0.98% 0.98% -
XYZ 41.18 23.78 2.59 -
YUV 111.83 68.28 226.55 -
System Red Green Blue C M Y K H S L
Decimal 250 62 6 0 0.75 0.98 0.02 13.77 0.96 0.5
Hex FA 3E 6 0 4B 62 2 E 60 32
Octal 372 76 6 0 113 142 2 16 140 62
Binary 11111010 111110 110 0 1001011 1100010 10 1110 1100000 110010

Color Harmonies of #FA3E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3E06

Black with #FA3E06

Text Example


Text Example

White with #FA3E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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