Html Css Color HEX #FA3534 Red Orange

📋 copy color: '#FA3534'

red 250 ◦ green 53 ◦ blue 52

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

Shades of Red Orange #FA3534

Tints of Red Orange #FA3534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.93%

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

R = 70.42%
G = 14.93%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA3534 (or 0xFA3534) is known color: Red Orange. HEX triplet: FA, 35 and 34. RGB value is (250,53,52). Sum of RGB (Red+Green+Blue) = 250+53+52=355 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.42% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3534 is #05CACB. Grayscale: #6F6F6F. Windows color (decimal): -379596 or 3421690. OLE color: 3421690.

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

Color convert

RGB 250 53 52 -
CMYK 0 0.79 0.79 0.02
HSL 0.3º 0.95% 0.59% -
HSV(B) 0.3º 0.79% 0.98% -
XYZ 41.32 23.12 5.53 -
YUV 111.79 94.27 226.58 -
System Red Green Blue C M Y K H S L
Decimal 250 53 52 0 0.79 0.79 0.02 0.3 0.95 0.59
Hex FA 35 34 0 4F 4F 2 0 5F 3B
Octal 372 65 64 0 117 117 2 0 137 73
Binary 11111010 110101 110100 0 1001111 1001111 10 0 1011111 111011

Color Harmonies of #FA3534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA3534

Black with #FA3534

Text Example


Text Example

White with #FA3534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA3534; }

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

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

background-color css

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

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

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

border-color css

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

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

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