Html Css Color HEX #F08D09 Tangerine

📋 copy color: '#F08D09'

red 240 ◦ green 141 ◦ blue 9

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

Shades of Tangerine #F08D09

Tints of Tangerine #F08D09

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.15%

 BLUE value IS 9 (3.91% from 255) = 2.31%

R = 61.54%
G = 36.15%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F08D09 (or 0xF08D09) is known color: Tangerine. HEX triplet: F0, 8D and 09. RGB value is (240,141,9). Sum of RGB (Red+Green+Blue) = 240+141+9=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 9 (3.91% from 255 or 2.31% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F08D09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08D09 is #0F72F6. Grayscale: #9C9C9C. Windows color (decimal): -1012471 or 626160. OLE color: 626160.

HSL color Cylindrical-coordinate representation of color #F08D09: hue angle of 34.29º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F08D09 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 141 9 -
CMYK 0 0.41 0.96 0.06
HSL 34.29º 0.93% 0.49% -
HSV(B) 34.29º 0.96% 0.94% -
XYZ 45.51 37.59 5.12 -
YUV 155.55 45.3 188.23 -
System Red Green Blue C M Y K H S L
Decimal 240 141 9 0 0.41 0.96 0.06 34.29 0.93 0.49
Hex F0 8D 9 0 29 60 6 22 5D 31
Octal 360 215 11 0 51 140 6 42 135 61
Binary 11110000 10001101 1001 0 101001 1100000 110 100010 1011101 110001

Color Harmonies of #F08D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08D09

Black with #F08D09

Text Example


Text Example

White with #F08D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08D09; }

 p { color: rgb(240,141,9); }

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

background-color css

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

 a { background-color: rgb(240,141,9); }

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

border-color css

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

 span { border-color: rgb(240,141,9); }

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