Html Css Color HEX #F48100 Tangerine

📋 copy color: '#F48100'

red 244 ◦ green 129 ◦ blue 0

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

Shades of Tangerine #F48100

Tints of Tangerine #F48100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.58%

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

R = 65.42%
G = 34.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F48100 (or 0xF48100) is known color: Tangerine. HEX triplet: F4, 81 and 00. RGB value is (244,129,0). Sum of RGB (Red+Green+Blue) = 244+129+0=373 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.42% from 373); Green value is 129 (50.78% from 255 or 34.58% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 244 - color contains mainly: red. Hex color #F48100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48100 is #0B7EFF. Grayscale: #959595. Windows color (decimal): -753408 or 33268. OLE color: 33268.

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

Color convert

RGB 244 129 0 -
CMYK 0 0.47 1 0.04
HSL 31.72º 1% 0.48% -
HSV(B) 31.72º 1% 0.96% -
XYZ 45.16 34.93 4.36 -
YUV 148.68 44.1 195.99 -
System Red Green Blue C M Y K H S L
Decimal 244 129 0 0 0.47 1 0.04 31.72 1 0.48
Hex F4 81 0 0 2F 64 4 20 64 30
Octal 364 201 0 0 57 144 4 40 144 60
Binary 11110100 10000001 0 0 101111 1100100 100 100000 1100100 110000

Color Harmonies of #F48100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48100

Black with #F48100

Text Example


Text Example

White with #F48100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48100; }

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

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

background-color css

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

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

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

border-color css

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

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

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