Html Css Color HEX #F09500 Tangerine

📋 copy color: '#F09500'

red 240 ◦ green 149 ◦ blue 0

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

Shades of Tangerine #F09500

Tints of Tangerine #F09500

RGB

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

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

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

R = 61.7%
G = 38.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F09500 (or 0xF09500) is known color: Tangerine. HEX triplet: F0, 95 and 00. RGB value is (240,149,0). Sum of RGB (Red+Green+Blue) = 240+149+0=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F09500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09500 is #0F6AFF. Grayscale: #9F9F9F. Windows color (decimal): -1010432 or 38384. OLE color: 38384.

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

Color convert

RGB 240 149 0 -
CMYK 0 0.38 1 0.06
HSL 37.25º 1% 0.47% -
HSV(B) 37.25º 1% 0.94% -
XYZ 46.68 40.02 5.26 -
YUV 159.22 38.15 185.62 -
System Red Green Blue C M Y K H S L
Decimal 240 149 0 0 0.38 1 0.06 37.25 1 0.47
Hex F0 95 0 0 26 64 6 25 64 2F
Octal 360 225 0 0 46 144 6 45 144 57
Binary 11110000 10010101 0 0 100110 1100100 110 100101 1100100 101111

Color Harmonies of #F09500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09500

Black with #F09500

Text Example


Text Example

White with #F09500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09500; }

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

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

background-color css

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

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

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

border-color css

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

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

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