Html Css Color HEX #F0613A Outrageous Orange

📋 copy color: '#F0613A'

red 240 ◦ green 97 ◦ blue 58

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

Shades of Outrageous Orange #F0613A

Tints of Outrageous Orange #F0613A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 60.76%
G = 24.56%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#F0613A (or 0xF0613A) is known color: Outrageous Orange. HEX triplet: F0, 61 and 3A. RGB value is (240,97,58). Sum of RGB (Red+Green+Blue) = 240+97+58=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F0613A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0613A is #0F9EC5. Grayscale: #878787. Windows color (decimal): -1023686 or 3826160. OLE color: 3826160.

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

Color convert

RGB 240 97 58 -
CMYK 0 0.60 0.76 0.06
HSL 12.86º 0.86% 0.58% -
HSV(B) 12.86º 0.76% 0.94% -
XYZ 40.97 27.38 7.13 -
YUV 135.31 84.38 202.67 -
System Red Green Blue C M Y K H S L
Decimal 240 97 58 0 0.60 0.76 0.06 12.86 0.86 0.58
Hex F0 61 3A 0 3C 4C 6 D 56 3A
Octal 360 141 72 0 74 114 6 15 126 72
Binary 11110000 1100001 111010 0 111100 1001100 110 1101 1010110 111010

Color Harmonies of #F0613A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0613A

Black with #F0613A

Text Example


Text Example

White with #F0613A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0613A; }

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

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

background-color css

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

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

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

border-color css

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

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

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