Html Css Color HEX #F08309 Tangerine

📋 copy color: '#F08309'

red 240 ◦ green 131 ◦ blue 9

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

Shades of Tangerine #F08309

Tints of Tangerine #F08309

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.47%

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

R = 63.16%
G = 34.47%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#F08309 (or 0xF08309) is known color: Tangerine. HEX triplet: F0, 83 and 09. RGB value is (240,131,9). Sum of RGB (Red+Green+Blue) = 240+131+9=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 9 (3.91% from 255 or 2.37% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F08309 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08309 is #0F7CF6. Grayscale: #969696. Windows color (decimal): -1015031 or 623600. OLE color: 623600.

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

Color convert

RGB 240 131 9 -
CMYK 0 0.45 0.96 0.06
HSL 31.69º 0.93% 0.49% -
HSV(B) 31.69º 0.96% 0.94% -
XYZ 44.1 34.78 4.65 -
YUV 149.68 48.61 192.42 -
System Red Green Blue C M Y K H S L
Decimal 240 131 9 0 0.45 0.96 0.06 31.69 0.93 0.49
Hex F0 83 9 0 2D 60 6 20 5D 31
Octal 360 203 11 0 55 140 6 40 135 61
Binary 11110000 10000011 1001 0 101101 1100000 110 100000 1011101 110001

Color Harmonies of #F08309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08309

Black with #F08309

Text Example


Text Example

White with #F08309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08309; }

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

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

background-color css

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

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

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

border-color css

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

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

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