Html Css Color HEX #F48301 Tangerine

📋 copy color: '#F48301'

red 244 ◦ green 131 ◦ blue 1

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

Shades of Tangerine #F48301

Tints of Tangerine #F48301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.84%

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

R = 64.89%
G = 34.84%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F48301 (or 0xF48301) is known color: Tangerine. HEX triplet: F4, 83 and 01. RGB value is (244,131,1). Sum of RGB (Red+Green+Blue) = 244+131+1=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F48301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48301 is #0B7CFE. Grayscale: #969696. Windows color (decimal): -752895 or 99316. OLE color: 99316.

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

Color convert

RGB 244 131 1 -
CMYK 0 0.46 1.00 0.04
HSL 32.1º 0.99% 0.48% -
HSV(B) 32.1º 1% 0.96% -
XYZ 45.43 35.47 4.48 -
YUV 149.97 43.94 195.07 -
System Red Green Blue C M Y K H S L
Decimal 244 131 1 0 0.46 1.00 0.04 32.1 0.99 0.48
Hex F4 83 1 0 2E 64 4 20 63 30
Octal 364 203 1 0 56 144 4 40 143 60
Binary 11110100 10000011 1 0 101110 1100100 100 100000 1100011 110000

Color Harmonies of #F48301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48301

Black with #F48301

Text Example


Text Example

White with #F48301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48301; }

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

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

background-color css

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

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

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

border-color css

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

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

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