Html Css Color HEX #FA3A04 Orange Red

📋 copy color: '#FA3A04'

red 250 ◦ green 58 ◦ blue 4

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

Shades of Orange Red #FA3A04

Tints of Orange Red #FA3A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.28%

R = 80.13%
G = 18.59%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA3A04 (or 0xFA3A04) is known color: Orange Red. HEX triplet: FA, 3A and 04. RGB value is (250,58,4). Sum of RGB (Red+Green+Blue) = 250+58+4=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 4 (1.95% from 255 or 1.28% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3A04 is #05C5FB. Grayscale: #6D6D6D. Windows color (decimal): -378364 or 277242. OLE color: 277242.

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

Color convert

RGB 250 58 4 -
CMYK 0 0.77 0.98 0.02
HSL 13.17º 0.97% 0.5% -
HSV(B) 13.17º 0.98% 0.98% -
XYZ 40.96 23.36 2.46 -
YUV 109.25 68.61 228.39 -
System Red Green Blue C M Y K H S L
Decimal 250 58 4 0 0.77 0.98 0.02 13.17 0.97 0.5
Hex FA 3A 4 0 4D 62 2 D 61 32
Octal 372 72 4 0 115 142 2 15 141 62
Binary 11111010 111010 100 0 1001101 1100010 10 1101 1100001 110010

Color Harmonies of #FA3A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A04

Black with #FA3A04

Text Example


Text Example

White with #FA3A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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