Html Css Color HEX #FA5D3C Outrageous Orange

📋 copy color: '#FA5D3C'

red 250 ◦ green 93 ◦ blue 60

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

Shades of Outrageous Orange #FA5D3C

Tints of Outrageous Orange #FA5D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.89%

R = 62.03%
G = 23.08%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA5D3C (or 0xFA5D3C) is known color: Outrageous Orange. HEX triplet: FA, 5D and 3C. RGB value is (250,93,60). Sum of RGB (Red+Green+Blue) = 250+93+60=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 60 (23.83% from 255 or 14.89% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5D3C is #05A2C3. Grayscale: #888888. Windows color (decimal): -369348 or 3956218. OLE color: 3956218.

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

Color convert

RGB 250 93 60 -
CMYK 0 0.63 0.76 0.02
HSL 10.42º 0.95% 0.61% -
HSV(B) 10.42º 0.76% 0.98% -
XYZ 44.15 28.48 7.44 -
YUV 136.18 85.01 209.18 -
System Red Green Blue C M Y K H S L
Decimal 250 93 60 0 0.63 0.76 0.02 10.42 0.95 0.61
Hex FA 5D 3C 0 3F 4C 2 A 5F 3D
Octal 372 135 74 0 77 114 2 12 137 75
Binary 11111010 1011101 111100 0 111111 1001100 10 1010 1011111 111101

Color Harmonies of #FA5D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5D3C

Black with #FA5D3C

Text Example


Text Example

White with #FA5D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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