Html Css Color HEX #F18301 Tangerine

📋 copy color: '#F18301'

red 241 ◦ green 131 ◦ blue 1

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

Shades of Tangerine #F18301

Tints of Tangerine #F18301

RGB

 RED value IS 241 (94.53% from 255) = 64.61%

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

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

R = 64.61%
G = 35.12%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F18301 (or 0xF18301) is known color: Tangerine. HEX triplet: F1, 83 and 01. RGB value is (241,131,1). Sum of RGB (Red+Green+Blue) = 241+131+1=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 1 (0.78% from 255 or 0.27% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F18301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18301 is #0E7CFE. Grayscale: #959595. Windows color (decimal): -949503 or 99313. OLE color: 99313.

HSL color Cylindrical-coordinate representation of color #F18301: hue angle of 32.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F18301 is Cyan = 0, Magento = 0.46, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 131 1 -
CMYK 0 0.46 1.00 0.05
HSL 32.5º 0.99% 0.47% -
HSV(B) 32.5º 1% 0.95% -
XYZ 44.4 34.94 4.43 -
YUV 149.07 44.44 193.57 -
System Red Green Blue C M Y K H S L
Decimal 241 131 1 0 0.46 1.00 0.05 32.5 0.99 0.47
Hex F1 83 1 0 2E 64 5 20 63 2F
Octal 361 203 1 0 56 144 5 40 143 57
Binary 11110001 10000011 1 0 101110 1100100 101 100000 1100011 101111

Color Harmonies of #F18301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18301

Black with #F18301

Text Example


Text Example

White with #F18301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18301; }

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

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

background-color css

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

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

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

border-color css

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

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

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