Html Css Color HEX #FA3A07 Orange Red

📋 copy color: '#FA3A07'

red 250 ◦ green 58 ◦ blue 7

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

Shades of Orange Red #FA3A07

Tints of Orange Red #FA3A07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.22%

R = 79.37%
G = 18.41%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#FA3A07 (or 0xFA3A07) is known color: Orange Red. HEX triplet: FA, 3A and 07. RGB value is (250,58,7). Sum of RGB (Red+Green+Blue) = 250+58+7=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA3A07 is #05C5F8. Grayscale: #6D6D6D. Windows color (decimal): -378361 or 473850. OLE color: 473850.

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

Color convert

RGB 250 58 7 -
CMYK 0 0.77 0.97 0.02
HSL 12.59º 0.96% 0.5% -
HSV(B) 12.59º 0.97% 0.98% -
XYZ 40.98 23.37 2.55 -
YUV 109.59 70.11 228.15 -
System Red Green Blue C M Y K H S L
Decimal 250 58 7 0 0.77 0.97 0.02 12.59 0.96 0.5
Hex FA 3A 7 0 4D 61 2 D 60 32
Octal 372 72 7 0 115 141 2 15 140 62
Binary 11111010 111010 111 0 1001101 1100001 10 1101 1100000 110010

Color Harmonies of #FA3A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A07

Black with #FA3A07

Text Example


Text Example

White with #FA3A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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