Html Css Color HEX #F17F01 Tangerine

📋 copy color: '#F17F01'

red 241 ◦ green 127 ◦ blue 1

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

Shades of Tangerine #F17F01

Tints of Tangerine #F17F01

RGB

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

 GREEN value IS 127 (50% from 255) = 34.42%

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

R = 65.31%
G = 34.42%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F17F01 (or 0xF17F01) is known color: Tangerine. HEX triplet: F1, 7F and 01. RGB value is (241,127,1). Sum of RGB (Red+Green+Blue) = 241+127+1=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 127 (50% from 255 or 34.42% from 369); Blue value is 1 (0.78% from 255 or 0.27% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17F01 is #0E80FE. Grayscale: #939393. Windows color (decimal): -950527 or 98289. OLE color: 98289.

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

Color convert

RGB 241 127 1 -
CMYK 0 0.47 1.00 0.05
HSL 31.5º 0.99% 0.47% -
HSV(B) 31.5º 1% 0.95% -
XYZ 43.87 33.88 4.26 -
YUV 146.72 45.77 195.25 -
System Red Green Blue C M Y K H S L
Decimal 241 127 1 0 0.47 1.00 0.05 31.5 0.99 0.47
Hex F1 7F 1 0 2F 64 5 1F 63 2F
Octal 361 177 1 0 57 144 5 37 143 57
Binary 11110001 1111111 1 0 101111 1100100 101 11111 1100011 101111

Color Harmonies of #F17F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F01

Black with #F17F01

Text Example


Text Example

White with #F17F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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