Html Css Color HEX #FA3C34 Red Orange

📋 copy color: '#FA3C34'

red 250 ◦ green 60 ◦ blue 52

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

Shades of Red Orange #FA3C34

Tints of Red Orange #FA3C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.57%

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

R = 69.06%
G = 16.57%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA3C34 (or 0xFA3C34) is known color: Red Orange. HEX triplet: FA, 3C and 34. RGB value is (250,60,52). Sum of RGB (Red+Green+Blue) = 250+60+52=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3C34 is #05C3CB. Grayscale: #747474. Windows color (decimal): -377804 or 3423482. OLE color: 3423482.

HSL color Cylindrical-coordinate representation of color #FA3C34: hue angle of 2.42º 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 #FA3C34 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 60 52 -
CMYK 0 0.76 0.79 0.02
HSL 2.42º 0.95% 0.59% -
HSV(B) 2.42º 0.79% 0.98% -
XYZ 41.66 23.8 5.65 -
YUV 115.9 91.95 223.65 -
System Red Green Blue C M Y K H S L
Decimal 250 60 52 0 0.76 0.79 0.02 2.42 0.95 0.59
Hex FA 3C 34 0 4C 4F 2 2 5F 3B
Octal 372 74 64 0 114 117 2 2 137 73
Binary 11111010 111100 110100 0 1001100 1001111 10 10 1011111 111011

Color Harmonies of #FA3C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3C34

Black with #FA3C34

Text Example


Text Example

White with #FA3C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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