Html Css Color HEX #FA5D34 Outrageous Orange

📋 copy color: '#FA5D34'

red 250 ◦ green 93 ◦ blue 52

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

Shades of Outrageous Orange #FA5D34

Tints of Outrageous Orange #FA5D34

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.54%

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

R = 63.29%
G = 23.54%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA5D34 (or 0xFA5D34) is known color: Outrageous Orange. HEX triplet: FA, 5D and 34. RGB value is (250,93,52). Sum of RGB (Red+Green+Blue) = 250+93+52=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5D34 is #05A2CB. Grayscale: #878787. Windows color (decimal): -369356 or 3431930. OLE color: 3431930.

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

Color convert

RGB 250 93 52 -
CMYK 0 0.63 0.79 0.02
HSL 12.42º 0.95% 0.59% -
HSV(B) 12.42º 0.79% 0.98% -
XYZ 43.96 28.4 6.41 -
YUV 135.27 81.01 209.83 -
System Red Green Blue C M Y K H S L
Decimal 250 93 52 0 0.63 0.79 0.02 12.42 0.95 0.59
Hex FA 5D 34 0 3F 4F 2 C 5F 3B
Octal 372 135 64 0 77 117 2 14 137 73
Binary 11111010 1011101 110100 0 111111 1001111 10 1100 1011111 111011

Color Harmonies of #FA5D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5D34

Black with #FA5D34

Text Example


Text Example

White with #FA5D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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