Html Css Color HEX #F18900 Tangerine

📋 copy color: '#F18900'

red 241 ◦ green 137 ◦ blue 0

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

Shades of Tangerine #F18900

Tints of Tangerine #F18900

RGB

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

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

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

R = 63.76%
G = 36.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F18900 (or 0xF18900) is known color: Tangerine. HEX triplet: F1, 89 and 00. RGB value is (241,137,0). Sum of RGB (Red+Green+Blue) = 241+137+0=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F18900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18900 is #0E76FF. Grayscale: #999999. Windows color (decimal): -947968 or 35313. OLE color: 35313.

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

Color convert

RGB 241 137 0 -
CMYK 0 0.43 1 0.05
HSL 34.11º 1% 0.47% -
HSV(B) 34.11º 1% 0.95% -
XYZ 45.22 36.59 4.68 -
YUV 152.48 41.96 191.14 -
System Red Green Blue C M Y K H S L
Decimal 241 137 0 0 0.43 1 0.05 34.11 1 0.47
Hex F1 89 0 0 2B 64 5 22 64 2F
Octal 361 211 0 0 53 144 5 42 144 57
Binary 11110001 10001001 0 0 101011 1100100 101 100010 1100100 101111

Color Harmonies of #F18900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18900

Black with #F18900

Text Example


Text Example

White with #F18900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18900; }

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

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

background-color css

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

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

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

border-color css

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

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

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