Html Css Color HEX #F48C00 Tangerine

📋 copy color: '#F48C00'

red 244 ◦ green 140 ◦ blue 0

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

Shades of Tangerine #F48C00

Tints of Tangerine #F48C00

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.46%

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

R = 63.54%
G = 36.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F48C00 (or 0xF48C00) is known color: Tangerine. HEX triplet: F4, 8C and 00. RGB value is (244,140,0). Sum of RGB (Red+Green+Blue) = 244+140+0=384 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.54% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 0 (0.39% from 255 or 0% from 384); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48C00 is #0B73FF. Grayscale: #9B9B9B. Windows color (decimal): -750592 or 36084. OLE color: 36084.

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

Color convert

RGB 244 140 0 -
CMYK 0 0.43 1 0.04
HSL 34.43º 1% 0.48% -
HSV(B) 34.43º 1% 0.96% -
XYZ 46.69 37.99 4.87 -
YUV 155.14 40.46 191.38 -
System Red Green Blue C M Y K H S L
Decimal 244 140 0 0 0.43 1 0.04 34.43 1 0.48
Hex F4 8C 0 0 2B 64 4 22 64 30
Octal 364 214 0 0 53 144 4 42 144 60
Binary 11110100 10001100 0 0 101011 1100100 100 100010 1100100 110000

Color Harmonies of #F48C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48C00

Black with #F48C00

Text Example


Text Example

White with #F48C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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