Html Css Color HEX #F09501 Tangerine

📋 copy color: '#F09501'

red 240 ◦ green 149 ◦ blue 1

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

Shades of Tangerine #F09501

Tints of Tangerine #F09501

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.21%

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

R = 61.54%
G = 38.21%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#F09501 (or 0xF09501) is known color: Tangerine. HEX triplet: F0, 95 and 01. RGB value is (240,149,1). Sum of RGB (Red+Green+Blue) = 240+149+1=390 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.54% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 240 - color contains mainly: red. Hex color #F09501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09501 is #0F6AFE. Grayscale: #A0A0A0. Windows color (decimal): -1010431 or 103920. OLE color: 103920.

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

Color convert

RGB 240 149 1 -
CMYK 0 0.38 1.00 0.06
HSL 37.15º 0.99% 0.47% -
HSV(B) 37.15º 1% 0.94% -
XYZ 46.69 40.02 5.29 -
YUV 159.34 38.65 185.53 -
System Red Green Blue C M Y K H S L
Decimal 240 149 1 0 0.38 1.00 0.06 37.15 0.99 0.47
Hex F0 95 1 0 26 64 6 25 63 2F
Octal 360 225 1 0 46 144 6 45 143 57
Binary 11110000 10010101 1 0 100110 1100100 110 100101 1100011 101111

Color Harmonies of #F09501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09501

Black with #F09501

Text Example


Text Example

White with #F09501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09501; }

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

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

background-color css

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

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

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

border-color css

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

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

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