Html Css Color HEX #F0613B Outrageous Orange

📋 copy color: '#F0613B'

red 240 ◦ green 97 ◦ blue 59

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

Shades of Outrageous Orange #F0613B

Tints of Outrageous Orange #F0613B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.9%

R = 60.61%
G = 24.49%
B = 14.9%

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

#F0613B (or 0xF0613B) is known color: Outrageous Orange. HEX triplet: F0, 61 and 3B. RGB value is (240,97,59). Sum of RGB (Red+Green+Blue) = 240+97+59=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 59 (23.44% from 255 or 14.90% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F0613B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0613B is #0F9EC4. Grayscale: #878787. Windows color (decimal): -1023685 or 3891696. OLE color: 3891696.

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

Color convert

RGB 240 97 59 -
CMYK 0 0.60 0.75 0.06
HSL 12.6º 0.86% 0.59% -
HSV(B) 12.6º 0.75% 0.94% -
XYZ 41 27.39 7.26 -
YUV 135.43 84.88 202.59 -
System Red Green Blue C M Y K H S L
Decimal 240 97 59 0 0.60 0.75 0.06 12.6 0.86 0.59
Hex F0 61 3B 0 3C 4B 6 D 56 3B
Octal 360 141 73 0 74 113 6 15 126 73
Binary 11110000 1100001 111011 0 111100 1001011 110 1101 1010110 111011

Color Harmonies of #F0613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0613B

Black with #F0613B

Text Example


Text Example

White with #F0613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0613B; }

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

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

background-color css

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

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

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

border-color css

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

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

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