Html Css Color HEX #FA3A34 Red Orange

📋 copy color: '#FA3A34'

red 250 ◦ green 58 ◦ blue 52

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

Shades of Red Orange #FA3A34

Tints of Red Orange #FA3A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.44%

R = 69.44%
G = 16.11%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA3A34 (or 0xFA3A34) is known color: Red Orange. HEX triplet: FA, 3A and 34. RGB value is (250,58,52). Sum of RGB (Red+Green+Blue) = 250+58+52=360 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.44% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A34 is #05C5CB. Grayscale: #727272. Windows color (decimal): -378316 or 3422970. OLE color: 3422970.

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

Color convert

RGB 250 58 52 -
CMYK 0 0.77 0.79 0.02
HSL 1.82º 0.95% 0.59% -
HSV(B) 1.82º 0.79% 0.98% -
XYZ 41.56 23.6 5.61 -
YUV 114.72 92.61 224.49 -
System Red Green Blue C M Y K H S L
Decimal 250 58 52 0 0.77 0.79 0.02 1.82 0.95 0.59
Hex FA 3A 34 0 4D 4F 2 2 5F 3B
Octal 372 72 64 0 115 117 2 2 137 73
Binary 11111010 111010 110100 0 1001101 1001111 10 10 1011111 111011

Color Harmonies of #FA3A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A34

Black with #FA3A34

Text Example


Text Example

White with #FA3A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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