Html Css Color HEX #F09000 Tangerine

📋 copy color: '#F09000'

red 240 ◦ green 144 ◦ blue 0

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

Shades of Tangerine #F09000

Tints of Tangerine #F09000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.5%
G = 37.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F09000 (or 0xF09000) is known color: Tangerine. HEX triplet: F0, 90 and 00. RGB value is (240,144,0). Sum of RGB (Red+Green+Blue) = 240+144+0=384 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.5% from 384); Green value is 144 (56.64% from 255 or 37.5% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 240 - color contains mainly: red. Hex color #F09000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09000 is #0F6FFF. Grayscale: #9C9C9C. Windows color (decimal): -1011712 or 37104. OLE color: 37104.

HSL color Cylindrical-coordinate representation of color #F09000: hue angle of 36º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F09000 is Cyan = 0, Magento = 0.4, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 144 0 -
CMYK 0 0.4 1 0.06
HSL 36º 1% 0.47% -
HSV(B) 36º 1% 0.94% -
XYZ 45.91 38.47 5.01 -
YUV 156.29 39.8 187.71 -
System Red Green Blue C M Y K H S L
Decimal 240 144 0 0 0.4 1 0.06 36 1 0.47
Hex F0 90 0 0 28 64 6 24 64 2F
Octal 360 220 0 0 50 144 6 44 144 57
Binary 11110000 10010000 0 0 101000 1100100 110 100100 1100100 101111

Color Harmonies of #F09000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09000

Black with #F09000

Text Example


Text Example

White with #F09000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09000; }

 p { color: rgb(240,144,0); }

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

background-color css

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

 a { background-color: rgb(240,144,0); }

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

border-color css

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

 span { border-color: rgb(240,144,0); }

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