Html Css Color HEX #FA5A34 Outrageous Orange

📋 copy color: '#FA5A34'

red 250 ◦ green 90 ◦ blue 52

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

Shades of Outrageous Orange #FA5A34

Tints of Outrageous Orange #FA5A34

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.96%

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

R = 63.78%
G = 22.96%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA5A34 (or 0xFA5A34) is known color: Outrageous Orange. HEX triplet: FA, 5A and 34. RGB value is (250,90,52). Sum of RGB (Red+Green+Blue) = 250+90+52=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 52 (20.70% from 255 or 13.27% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5A34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5A34 is #05A5CB. Grayscale: #858585. Windows color (decimal): -370124 or 3431162. OLE color: 3431162.

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

Color convert

RGB 250 90 52 -
CMYK 0 0.64 0.79 0.02
HSL 11.52º 0.95% 0.59% -
HSV(B) 11.52º 0.79% 0.98% -
XYZ 43.7 27.88 6.33 -
YUV 133.51 82.01 211.09 -
System Red Green Blue C M Y K H S L
Decimal 250 90 52 0 0.64 0.79 0.02 11.52 0.95 0.59
Hex FA 5A 34 0 40 4F 2 C 5F 3B
Octal 372 132 64 0 100 117 2 14 137 73
Binary 11111010 1011010 110100 0 1000000 1001111 10 1100 1011111 111011

Color Harmonies of #FA5A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5A34

Black with #FA5A34

Text Example


Text Example

White with #FA5A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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