Html Css Color HEX #F09201 Tangerine

📋 copy color: '#F09201'

red 240 ◦ green 146 ◦ blue 1

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

Shades of Tangerine #F09201

Tints of Tangerine #F09201

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.73%

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

R = 62.02%
G = 37.73%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F09201 (or 0xF09201) is known color: Tangerine. HEX triplet: F0, 92 and 01. RGB value is (240,146,1). Sum of RGB (Red+Green+Blue) = 240+146+1=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F09201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09201 is #0F6DFE. Grayscale: #9E9E9E. Windows color (decimal): -1011199 or 103152. OLE color: 103152.

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

Color convert

RGB 240 146 1 -
CMYK 0 0.39 1.00 0.06
HSL 36.4º 0.99% 0.47% -
HSV(B) 36.4º 1% 0.94% -
XYZ 46.22 39.09 5.14 -
YUV 157.58 39.64 186.79 -
System Red Green Blue C M Y K H S L
Decimal 240 146 1 0 0.39 1.00 0.06 36.4 0.99 0.47
Hex F0 92 1 0 27 64 6 24 63 2F
Octal 360 222 1 0 47 144 6 44 143 57
Binary 11110000 10010010 1 0 100111 1100100 110 100100 1100011 101111

Color Harmonies of #F09201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09201

Black with #F09201

Text Example


Text Example

White with #F09201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09201; }

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

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

background-color css

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

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

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

border-color css

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

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

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