Html Css Color HEX #F0603D Outrageous Orange

📋 copy color: '#F0603D'

red 240 ◦ green 96 ◦ blue 61

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

Shades of Outrageous Orange #F0603D

Tints of Outrageous Orange #F0603D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.18%

 BLUE value IS 61 (24.22% from 255) = 15.37%

R = 60.45%
G = 24.18%
B = 15.37%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0603D (or 0xF0603D) is known color: Outrageous Orange. HEX triplet: F0, 60 and 3D. RGB value is (240,96,61). Sum of RGB (Red+Green+Blue) = 240+96+61=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 61 (24.22% from 255 or 15.37% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0603D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0603D is #0F9FC2. Grayscale: #878787. Windows color (decimal): -1023939 or 4022512. OLE color: 4022512.

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

Color convert

RGB 240 96 61 -
CMYK 0 0.6 0.75 0.06
HSL 11.73º 0.86% 0.59% -
HSV(B) 11.73º 0.75% 0.94% -
XYZ 40.96 27.23 7.51 -
YUV 135.07 86.21 202.85 -
System Red Green Blue C M Y K H S L
Decimal 240 96 61 0 0.6 0.75 0.06 11.73 0.86 0.59
Hex F0 60 3D 0 3C 4B 6 C 56 3B
Octal 360 140 75 0 74 113 6 14 126 73
Binary 11110000 1100000 111101 0 111100 1001011 110 1100 1010110 111011

Color Harmonies of #F0603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0603D

Black with #F0603D

Text Example


Text Example

White with #F0603D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0603D; }

 p { color: rgb(240,96,61); }

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

background-color css

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

 a { background-color: rgb(240,96,61); }

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

border-color css

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

 span { border-color: rgb(240,96,61); }

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