Html Css Color HEX #FA3A00 Orange Red

📋 copy color: '#FA3A00'

red 250 ◦ green 58 ◦ blue 0

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

Shades of Orange Red #FA3A00

Tints of Orange Red #FA3A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.83%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.17%
G = 18.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#FA3A00 (or 0xFA3A00) is known color: Orange Red. HEX triplet: FA, 3A and 00. RGB value is (250,58,0). Sum of RGB (Red+Green+Blue) = 250+58+0=308 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.17% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3A00 is #05C5FF. Grayscale: #6D6D6D. Windows color (decimal): -378368 or 15098. OLE color: 15098.

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

Color convert

RGB 250 58 0 -
CMYK 0 0.77 1 0.02
HSL 13.92º 1% 0.49% -
HSV(B) 13.92º 1% 0.98% -
XYZ 40.94 23.35 2.35 -
YUV 108.8 66.61 228.72 -
System Red Green Blue C M Y K H S L
Decimal 250 58 0 0 0.77 1 0.02 13.92 1 0.49
Hex FA 3A 0 0 4D 64 2 E 64 31
Octal 372 72 0 0 115 144 2 16 144 61
Binary 11111010 111010 0 0 1001101 1100100 10 1110 1100100 110001

Color Harmonies of #FA3A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A00

Black with #FA3A00

Text Example


Text Example

White with #FA3A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A00; }

 p { color: rgb(250,58,0); }

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

background-color css

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

 a { background-color: rgb(250,58,0); }

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

border-color css

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

 span { border-color: rgb(250,58,0); }

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