Html Css Color HEX #F0613C Outrageous Orange

📋 copy color: '#F0613C'

red 240 ◦ green 97 ◦ blue 60

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

Shades of Outrageous Orange #F0613C

Tints of Outrageous Orange #F0613C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.43%

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

R = 60.45%
G = 24.43%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0613C (or 0xF0613C) is known color: Outrageous Orange. HEX triplet: F0, 61 and 3C. RGB value is (240,97,60). Sum of RGB (Red+Green+Blue) = 240+97+60=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0613C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0613C is #0F9EC3. Grayscale: #878787. Windows color (decimal): -1023684 or 3957232. OLE color: 3957232.

HSL color Cylindrical-coordinate representation of color #F0613C: hue angle of 12.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 #F0613C is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 60 -
CMYK 0 0.60 0.75 0.06
HSL 12.33º 0.86% 0.59% -
HSV(B) 12.33º 0.75% 0.94% -
XYZ 41.03 27.4 7.4 -
YUV 135.54 85.38 202.51 -
System Red Green Blue C M Y K H S L
Decimal 240 97 60 0 0.60 0.75 0.06 12.33 0.86 0.59
Hex F0 61 3C 0 3C 4B 6 C 56 3B
Octal 360 141 74 0 74 113 6 14 126 73
Binary 11110000 1100001 111100 0 111100 1001011 110 1100 1010110 111011

Color Harmonies of #F0613C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0613C

Black with #F0613C

Text Example


Text Example

White with #F0613C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0613C; }

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

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

background-color css

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

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

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

border-color css

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

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

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