Html Css Color HEX #FA3A36 Red Orange

📋 copy color: '#FA3A36'

red 250 ◦ green 58 ◦ blue 54

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

Shades of Red Orange #FA3A36

Tints of Red Orange #FA3A36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 14.92%

R = 69.06%
G = 16.02%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.02

RGB Variations

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

Color information

#FA3A36 (or 0xFA3A36) is known color: Red Orange. HEX triplet: FA, 3A and 36. RGB value is (250,58,54). Sum of RGB (Red+Green+Blue) = 250+58+54=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 54 (21.48% from 255 or 14.92% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3A36 is #05C5C9. Grayscale: #737373. Windows color (decimal): -378314 or 3554042. OLE color: 3554042.

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

Color convert

RGB 250 58 54 -
CMYK 0 0.77 0.78 0.02
HSL 1.22º 0.95% 0.6% -
HSV(B) 1.22º 0.78% 0.98% -
XYZ 41.6 23.62 5.86 -
YUV 114.95 93.61 224.33 -
System Red Green Blue C M Y K H S L
Decimal 250 58 54 0 0.77 0.78 0.02 1.22 0.95 0.6
Hex FA 3A 36 0 4D 4E 2 1 5F 3C
Octal 372 72 66 0 115 116 2 1 137 74
Binary 11111010 111010 110110 0 1001101 1001110 10 1 1011111 111100

Color Harmonies of #FA3A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3A36

Black with #FA3A36

Text Example


Text Example

White with #FA3A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3A36; }

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

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

background-color css

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

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

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

border-color css

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

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

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