Html Css Color HEX #F48800 Tangerine

📋 copy color: '#F48800'

red 244 ◦ green 136 ◦ blue 0

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

Shades of Tangerine #F48800

Tints of Tangerine #F48800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.79%

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

R = 64.21%
G = 35.79%
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

#F48800 (or 0xF48800) is known color: Tangerine. HEX triplet: F4, 88 and 00. RGB value is (244,136,0). Sum of RGB (Red+Green+Blue) = 244+136+0=380 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.21% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 244 - color contains mainly: red. Hex color #F48800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48800 is #0B77FF. Grayscale: #999999. Windows color (decimal): -751616 or 35060. OLE color: 35060.

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

Color convert

RGB 244 136 0 -
CMYK 0 0.44 1 0.04
HSL 33.44º 1% 0.48% -
HSV(B) 33.44º 1% 0.96% -
XYZ 46.11 36.84 4.68 -
YUV 152.79 41.78 193.06 -
System Red Green Blue C M Y K H S L
Decimal 244 136 0 0 0.44 1 0.04 33.44 1 0.48
Hex F4 88 0 0 2C 64 4 21 64 30
Octal 364 210 0 0 54 144 4 41 144 60
Binary 11110100 10001000 0 0 101100 1100100 100 100001 1100100 110000

Color Harmonies of #F48800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48800

Black with #F48800

Text Example


Text Example

White with #F48800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48800; }

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

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

background-color css

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

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

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

border-color css

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

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

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