Html Css Color HEX #F18501 Tangerine

📋 copy color: '#F18501'

red 241 ◦ green 133 ◦ blue 1

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

Shades of Tangerine #F18501

Tints of Tangerine #F18501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.47%

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

R = 64.27%
G = 35.47%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F18501 (or 0xF18501) is known color: Tangerine. HEX triplet: F1, 85 and 01. RGB value is (241,133,1). Sum of RGB (Red+Green+Blue) = 241+133+1=375 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.27% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 241 - color contains mainly: red. Hex color #F18501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18501 is #0E7AFE. Grayscale: #969696. Windows color (decimal): -948991 or 99825. OLE color: 99825.

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

Color convert

RGB 241 133 1 -
CMYK 0 0.45 1.00 0.05
HSL 33º 0.99% 0.47% -
HSV(B) 33º 1% 0.95% -
XYZ 44.67 35.48 4.52 -
YUV 150.24 43.78 192.73 -
System Red Green Blue C M Y K H S L
Decimal 241 133 1 0 0.45 1.00 0.05 33 0.99 0.47
Hex F1 85 1 0 2D 64 5 21 63 2F
Octal 361 205 1 0 55 144 5 41 143 57
Binary 11110001 10000101 1 0 101101 1100100 101 100001 1100011 101111

Color Harmonies of #F18501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18501

Black with #F18501

Text Example


Text Example

White with #F18501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18501; }

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

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

background-color css

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

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

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

border-color css

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

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

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