Html Css Color HEX #F17F00 Tangerine

📋 copy color: '#F17F00'

red 241 ◦ green 127 ◦ blue 0

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

Shades of Tangerine #F17F00

Tints of Tangerine #F17F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.49%
G = 34.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F17F00 (or 0xF17F00) is known color: Tangerine. HEX triplet: F1, 7F and 00. RGB value is (241,127,0). Sum of RGB (Red+Green+Blue) = 241+127+0=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 127 (50% from 255 or 34.51% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17F00 is #0E80FF. Grayscale: #939393. Windows color (decimal): -950528 or 32753. OLE color: 32753.

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

Color convert

RGB 241 127 0 -
CMYK 0 0.47 1 0.05
HSL 31.62º 1% 0.47% -
HSV(B) 31.62º 1% 0.95% -
XYZ 43.87 33.88 4.23 -
YUV 146.61 45.27 195.33 -
System Red Green Blue C M Y K H S L
Decimal 241 127 0 0 0.47 1 0.05 31.62 1 0.47
Hex F1 7F 0 0 2F 64 5 20 64 2F
Octal 361 177 0 0 57 144 5 40 144 57
Binary 11110001 1111111 0 0 101111 1100100 101 100000 1100100 101111

Color Harmonies of #F17F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F00

Black with #F17F00

Text Example


Text Example

White with #F17F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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