Html Css Color HEX #F08A00 Tangerine

📋 copy color: '#F08A00'

red 240 ◦ green 138 ◦ blue 0

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

Shades of Tangerine #F08A00

Tints of Tangerine #F08A00

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.51%

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

R = 63.49%
G = 36.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F08A00 (or 0xF08A00) is known color: Tangerine. HEX triplet: F0, 8A and 00. RGB value is (240,138,0). Sum of RGB (Red+Green+Blue) = 240+138+0=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08A00 is #0F75FF. Grayscale: #999999. Windows color (decimal): -1013248 or 35568. OLE color: 35568.

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

Color convert

RGB 240 138 0 -
CMYK 0 0.42 1 0.06
HSL 34.5º 1% 0.47% -
HSV(B) 34.5º 1% 0.94% -
XYZ 45.02 36.7 4.71 -
YUV 152.77 41.79 190.22 -
System Red Green Blue C M Y K H S L
Decimal 240 138 0 0 0.42 1 0.06 34.5 1 0.47
Hex F0 8A 0 0 2A 64 6 22 64 2F
Octal 360 212 0 0 52 144 6 42 144 57
Binary 11110000 10001010 0 0 101010 1100100 110 100010 1100100 101111

Color Harmonies of #F08A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08A00

Black with #F08A00

Text Example


Text Example

White with #F08A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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