Html Css Color HEX #FA3E08 Orange Red

📋 copy color: '#FA3E08'

red 250 ◦ green 62 ◦ blue 8

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

Shades of Orange Red #FA3E08

Tints of Orange Red #FA3E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.5%

R = 78.13%
G = 19.38%
B = 2.5%

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

#FA3E08 (or 0xFA3E08) is known color: Orange Red. HEX triplet: FA, 3E and 08. RGB value is (250,62,8). Sum of RGB (Red+Green+Blue) = 250+62+8=320 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.12% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3E08 is #05C1F7. Grayscale: #707070. Windows color (decimal): -377336 or 540410. OLE color: 540410.

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

Color convert

RGB 250 62 8 -
CMYK 0 0.75 0.97 0.02
HSL 13.39º 0.96% 0.51% -
HSV(B) 13.39º 0.97% 0.98% -
XYZ 41.19 23.79 2.65 -
YUV 112.06 69.28 226.39 -
System Red Green Blue C M Y K H S L
Decimal 250 62 8 0 0.75 0.97 0.02 13.39 0.96 0.51
Hex FA 3E 8 0 4B 61 2 D 60 33
Octal 372 76 10 0 113 141 2 15 140 63
Binary 11111010 111110 1000 0 1001011 1100001 10 1101 1100000 110011

Color Harmonies of #FA3E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3E08

Black with #FA3E08

Text Example


Text Example

White with #FA3E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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