Html Css Color HEX #F05E3C Outrageous Orange

📋 copy color: '#F05E3C'

red 240 ◦ green 94 ◦ blue 60

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

Shades of Outrageous Orange #F05E3C

Tints of Outrageous Orange #F05E3C

RGB

 RED value IS 240 (94.14% from 255) = 60.91%

 GREEN value IS 94 (37.11% from 255) = 23.86%

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

R = 60.91%
G = 23.86%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F05E3C (or 0xF05E3C) is known color: Outrageous Orange. HEX triplet: F0, 5E and 3C. RGB value is (240,94,60). Sum of RGB (Red+Green+Blue) = 240+94+60=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05E3C is #0FA1C3. Grayscale: #868686. Windows color (decimal): -1024452 or 3956464. OLE color: 3956464.

HSL color Cylindrical-coordinate representation of color #F05E3C: hue angle of 11.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F05E3C is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 94 60 -
CMYK 0 0.61 0.75 0.06
HSL 11.33º 0.86% 0.59% -
HSV(B) 11.33º 0.75% 0.94% -
XYZ 40.75 26.86 7.31 -
YUV 133.78 86.37 203.76 -
System Red Green Blue C M Y K H S L
Decimal 240 94 60 0 0.61 0.75 0.06 11.33 0.86 0.59
Hex F0 5E 3C 0 3D 4B 6 B 56 3B
Octal 360 136 74 0 75 113 6 13 126 73
Binary 11110000 1011110 111100 0 111101 1001011 110 1011 1010110 111011

Color Harmonies of #F05E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F05E3C

Black with #F05E3C

Text Example


Text Example

White with #F05E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F05E3C; }

 p { color: rgb(240,94,60); }

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

background-color css

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

 a { background-color: rgb(240,94,60); }

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

border-color css

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

 span { border-color: rgb(240,94,60); }

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