Html Css Color HEX #F18908 Tangerine

📋 copy color: '#F18908'

red 241 ◦ green 137 ◦ blue 8

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

Shades of Tangerine #F18908

Tints of Tangerine #F18908

RGB

 RED value IS 241 (94.53% from 255) = 62.44%

 GREEN value IS 137 (53.91% from 255) = 35.49%

 BLUE value IS 8 (3.52% from 255) = 2.07%

R = 62.44%
G = 35.49%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F18908 (or 0xF18908) is known color: Tangerine. HEX triplet: F1, 89 and 08. RGB value is (241,137,8). Sum of RGB (Red+Green+Blue) = 241+137+8=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 137 (53.91% from 255 or 35.49% from 386); Blue value is 8 (3.52% from 255 or 2.07% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F18908 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18908 is #0E76F7. Grayscale: #9A9A9A. Windows color (decimal): -947960 or 559601. OLE color: 559601.

HSL color Cylindrical-coordinate representation of color #F18908: hue angle of 33.22º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F18908 is Cyan = 0, Magento = 0.43, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 137 8 -
CMYK 0 0.43 0.97 0.05
HSL 33.22º 0.94% 0.49% -
HSV(B) 33.22º 0.97% 0.95% -
XYZ 45.27 36.61 4.91 -
YUV 153.39 45.96 190.49 -
System Red Green Blue C M Y K H S L
Decimal 241 137 8 0 0.43 0.97 0.05 33.22 0.94 0.49
Hex F1 89 8 0 2B 61 5 21 5E 31
Octal 361 211 10 0 53 141 5 41 136 61
Binary 11110001 10001001 1000 0 101011 1100001 101 100001 1011110 110001

Color Harmonies of #F18908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18908

Black with #F18908

Text Example


Text Example

White with #F18908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18908; }

 p { color: rgb(241,137,8); }

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

background-color css

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

 a { background-color: rgb(241,137,8); }

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

border-color css

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

 span { border-color: rgb(241,137,8); }

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