Html Css Color HEX #F48201 Tangerine

📋 copy color: '#F48201'

red 244 ◦ green 130 ◦ blue 1

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

Shades of Tangerine #F48201

Tints of Tangerine #F48201

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.67%

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

R = 65.07%
G = 34.67%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F48201 (or 0xF48201) is known color: Tangerine. HEX triplet: F4, 82 and 01. RGB value is (244,130,1). Sum of RGB (Red+Green+Blue) = 244+130+1=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F48201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F48201 is #0B7DFE. Grayscale: #969696. Windows color (decimal): -753151 or 99060. OLE color: 99060.

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

Color convert

RGB 244 130 1 -
CMYK 0 0.47 1.00 0.04
HSL 31.85º 0.99% 0.48% -
HSV(B) 31.85º 1% 0.96% -
XYZ 45.3 35.2 4.44 -
YUV 149.38 44.27 195.49 -
System Red Green Blue C M Y K H S L
Decimal 244 130 1 0 0.47 1.00 0.04 31.85 0.99 0.48
Hex F4 82 1 0 2F 64 4 20 63 30
Octal 364 202 1 0 57 144 4 40 143 60
Binary 11110100 10000010 1 0 101111 1100100 100 100000 1100011 110000

Color Harmonies of #F48201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48201

Black with #F48201

Text Example


Text Example

White with #F48201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48201; }

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

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

background-color css

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

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

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

border-color css

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

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

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