Html Css Color HEX #F48C01 Tangerine

📋 copy color: '#F48C01'

red 244 ◦ green 140 ◦ blue 1

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

Shades of Tangerine #F48C01

Tints of Tangerine #F48C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 63.38%
G = 36.36%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F48C01 (or 0xF48C01) is known color: Tangerine. HEX triplet: F4, 8C and 01. RGB value is (244,140,1). Sum of RGB (Red+Green+Blue) = 244+140+1=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 1 (0.78% from 255 or 0.26% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48C01 is #0B73FE. Grayscale: #9B9B9B. Windows color (decimal): -750591 or 101620. OLE color: 101620.

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

Color convert

RGB 244 140 1 -
CMYK 0 0.43 1.00 0.04
HSL 34.32º 0.99% 0.48% -
HSV(B) 34.32º 1% 0.96% -
XYZ 46.69 37.99 4.9 -
YUV 155.25 40.96 191.3 -
System Red Green Blue C M Y K H S L
Decimal 244 140 1 0 0.43 1.00 0.04 34.32 0.99 0.48
Hex F4 8C 1 0 2B 64 4 22 63 30
Octal 364 214 1 0 53 144 4 42 143 60
Binary 11110100 10001100 1 0 101011 1100100 100 100010 1100011 110000

Color Harmonies of #F48C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48C01

Black with #F48C01

Text Example


Text Example

White with #F48C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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