Html Css Color HEX #FA5F2C Outrageous Orange

📋 copy color: '#FA5F2C'

red 250 ◦ green 95 ◦ blue 44

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

Shades of Outrageous Orange #FA5F2C

Tints of Outrageous Orange #FA5F2C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.42%

 BLUE value IS 44 (17.58% from 255) = 11.31%

R = 64.27%
G = 24.42%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA5F2C (or 0xFA5F2C) is known color: Outrageous Orange. HEX triplet: FA, 5F and 2C. RGB value is (250,95,44). Sum of RGB (Red+Green+Blue) = 250+95+44=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5F2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5F2C is #05A0D3. Grayscale: #878787. Windows color (decimal): -368852 or 2908154. OLE color: 2908154.

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

Color convert

RGB 250 95 44 -
CMYK 0 0.62 0.82 0.02
HSL 14.85º 0.95% 0.58% -
HSV(B) 14.85º 0.82% 0.98% -
XYZ 43.97 28.69 5.6 -
YUV 135.53 76.35 209.65 -
System Red Green Blue C M Y K H S L
Decimal 250 95 44 0 0.62 0.82 0.02 14.85 0.95 0.58
Hex FA 5F 2C 0 3E 52 2 F 5F 3A
Octal 372 137 54 0 76 122 2 17 137 72
Binary 11111010 1011111 101100 0 111110 1010010 10 1111 1011111 111010

Color Harmonies of #FA5F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5F2C

Black with #FA5F2C

Text Example


Text Example

White with #FA5F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5F2C; }

 p { color: rgb(250,95,44); }

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

background-color css

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

 a { background-color: rgb(250,95,44); }

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

border-color css

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

 span { border-color: rgb(250,95,44); }

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