Html Css Color HEX #FA5C2F Outrageous Orange

📋 copy color: '#FA5C2F'

red 250 ◦ green 92 ◦ blue 47

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

Shades of Outrageous Orange #FA5C2F

Tints of Outrageous Orange #FA5C2F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.65%

 BLUE value IS 47 (18.75% from 255) = 12.08%

R = 64.27%
G = 23.65%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA5C2F (or 0xFA5C2F) is known color: Outrageous Orange. HEX triplet: FA, 5C and 2F. RGB value is (250,92,47). Sum of RGB (Red+Green+Blue) = 250+92+47=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 92 (36.33% from 255 or 23.65% from 389); Blue value is 47 (18.75% from 255 or 12.08% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5C2F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5C2F is #05A3D0. Grayscale: #868686. Windows color (decimal): -369617 or 3103994. OLE color: 3103994.

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

Color convert

RGB 250 92 47 -
CMYK 0 0.63 0.81 0.02
HSL 13.3º 0.95% 0.58% -
HSV(B) 13.3º 0.81% 0.98% -
XYZ 43.76 28.18 5.82 -
YUV 134.11 78.85 210.66 -
System Red Green Blue C M Y K H S L
Decimal 250 92 47 0 0.63 0.81 0.02 13.3 0.95 0.58
Hex FA 5C 2F 0 3F 51 2 D 5F 3A
Octal 372 134 57 0 77 121 2 15 137 72
Binary 11111010 1011100 101111 0 111111 1010001 10 1101 1011111 111010

Color Harmonies of #FA5C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5C2F

Black with #FA5C2F

Text Example


Text Example

White with #FA5C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5C2F; }

 p { color: rgb(250,92,47); }

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

background-color css

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

 a { background-color: rgb(250,92,47); }

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

border-color css

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

 span { border-color: rgb(250,92,47); }

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