Html Css Color HEX #FA3E05 Orange Red

📋 copy color: '#FA3E05'

red 250 ◦ green 62 ◦ blue 5

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

Shades of Orange Red #FA3E05

Tints of Orange Red #FA3E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 78.86%
G = 19.56%
B = 1.58%

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

#FA3E05 (or 0xFA3E05) is known color: Orange Red. HEX triplet: FA, 3E and 05. RGB value is (250,62,5). Sum of RGB (Red+Green+Blue) = 250+62+5=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3E05 is #05C1FA. Grayscale: #707070. Windows color (decimal): -377339 or 343802. OLE color: 343802.

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

Color convert

RGB 250 62 5 -
CMYK 0 0.75 0.98 0.02
HSL 13.96º 0.96% 0.5% -
HSV(B) 13.96º 0.98% 0.98% -
XYZ 41.17 23.78 2.56 -
YUV 111.71 67.78 226.63 -
System Red Green Blue C M Y K H S L
Decimal 250 62 5 0 0.75 0.98 0.02 13.96 0.96 0.5
Hex FA 3E 5 0 4B 62 2 E 60 32
Octal 372 76 5 0 113 142 2 16 140 62
Binary 11111010 111110 101 0 1001011 1100010 10 1110 1100000 110010

Color Harmonies of #FA3E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3E05

Black with #FA3E05

Text Example


Text Example

White with #FA3E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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