Html Css Color HEX #F09001 Tangerine

📋 copy color: '#F09001'

red 240 ◦ green 144 ◦ blue 1

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

Shades of Tangerine #F09001

Tints of Tangerine #F09001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 62.34%
G = 37.4%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F09001 (or 0xF09001) is known color: Tangerine. HEX triplet: F0, 90 and 01. RGB value is (240,144,1). Sum of RGB (Red+Green+Blue) = 240+144+1=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F09001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09001 is #0F6FFE. Grayscale: #9D9D9D. Windows color (decimal): -1011711 or 102640. OLE color: 102640.

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

Color convert

RGB 240 144 1 -
CMYK 0 0.4 1.00 0.06
HSL 35.9º 0.99% 0.47% -
HSV(B) 35.9º 1% 0.94% -
XYZ 45.91 38.47 5.04 -
YUV 156.4 40.3 187.63 -
System Red Green Blue C M Y K H S L
Decimal 240 144 1 0 0.4 1.00 0.06 35.9 0.99 0.47
Hex F0 90 1 0 28 64 6 24 63 2F
Octal 360 220 1 0 50 144 6 44 143 57
Binary 11110000 10010000 1 0 101000 1100100 110 100100 1100011 101111

Color Harmonies of #F09001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09001

Black with #F09001

Text Example


Text Example

White with #F09001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09001; }

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

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

background-color css

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

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

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

border-color css

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

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

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