Html Css Color HEX #F48900 Tangerine

📋 copy color: '#F48900'

red 244 ◦ green 137 ◦ blue 0

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

Shades of Tangerine #F48900

Tints of Tangerine #F48900

RGB

 RED value IS 244 (95.7% from 255) = 64.04%

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

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

R = 64.04%
G = 35.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F48900 (or 0xF48900) is known color: Tangerine. HEX triplet: F4, 89 and 00. RGB value is (244,137,0). Sum of RGB (Red+Green+Blue) = 244+137+0=381 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.04% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 0 (0.39% from 255 or 0% from 381); Max value from RGB is 244 - color contains mainly: red. Hex color #F48900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48900 is #0B76FF. Grayscale: #9A9A9A. Windows color (decimal): -751360 or 35316. OLE color: 35316.

HSL color Cylindrical-coordinate representation of color #F48900: hue angle of 33.69º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F48900 is Cyan = 0, Magento = 0.44, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 137 0 -
CMYK 0 0.44 1 0.04
HSL 33.69º 1% 0.48% -
HSV(B) 33.69º 1% 0.96% -
XYZ 46.25 37.12 4.73 -
YUV 153.38 41.45 192.64 -
System Red Green Blue C M Y K H S L
Decimal 244 137 0 0 0.44 1 0.04 33.69 1 0.48
Hex F4 89 0 0 2C 64 4 22 64 30
Octal 364 211 0 0 54 144 4 42 144 60
Binary 11110100 10001001 0 0 101100 1100100 100 100010 1100100 110000

Color Harmonies of #F48900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48900

Black with #F48900

Text Example


Text Example

White with #F48900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48900; }

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

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

background-color css

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

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

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

border-color css

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

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

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