Html Css Color HEX #F09401 Tangerine

📋 copy color: '#F09401'

red 240 ◦ green 148 ◦ blue 1

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

Shades of Tangerine #F09401

Tints of Tangerine #F09401

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.05%

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

R = 61.7%
G = 38.05%
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

#F09401 (or 0xF09401) is known color: Tangerine. HEX triplet: F0, 94 and 01. RGB value is (240,148,1). Sum of RGB (Red+Green+Blue) = 240+148+1=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F09401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09401 is #0F6BFE. Grayscale: #9F9F9F. Windows color (decimal): -1010687 or 103664. OLE color: 103664.

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

Color convert

RGB 240 148 1 -
CMYK 0 0.38 1.00 0.06
HSL 36.9º 0.99% 0.47% -
HSV(B) 36.9º 1% 0.94% -
XYZ 46.53 39.71 5.24 -
YUV 158.75 38.98 185.95 -
System Red Green Blue C M Y K H S L
Decimal 240 148 1 0 0.38 1.00 0.06 36.9 0.99 0.47
Hex F0 94 1 0 26 64 6 25 63 2F
Octal 360 224 1 0 46 144 6 45 143 57
Binary 11110000 10010100 1 0 100110 1100100 110 100101 1100011 101111

Color Harmonies of #F09401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09401

Black with #F09401

Text Example


Text Example

White with #F09401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09401; }

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

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

background-color css

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

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

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

border-color css

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

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

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