Html Css Color HEX #F17F0C Tangerine

📋 copy color: '#F17F0C'

red 241 ◦ green 127 ◦ blue 12

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

Shades of Tangerine #F17F0C

Tints of Tangerine #F17F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.16%

R = 63.42%
G = 33.42%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F17F0C (or 0xF17F0C) is known color: Tangerine. HEX triplet: F1, 7F and 0C. RGB value is (241,127,12). Sum of RGB (Red+Green+Blue) = 241+127+12=380 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.42% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 12 (5.08% from 255 or 3.16% from 380); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17F0C is #0E80F3. Grayscale: #949494. Windows color (decimal): -950516 or 819185. OLE color: 819185.

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

Color convert

RGB 241 127 12 -
CMYK 0 0.47 0.95 0.05
HSL 30.13º 0.91% 0.5% -
HSV(B) 30.13º 0.95% 0.95% -
XYZ 43.93 33.91 4.58 -
YUV 147.98 51.27 194.35 -
System Red Green Blue C M Y K H S L
Decimal 241 127 12 0 0.47 0.95 0.05 30.13 0.91 0.5
Hex F1 7F C 0 2F 5F 5 1E 5B 32
Octal 361 177 14 0 57 137 5 36 133 62
Binary 11110001 1111111 1100 0 101111 1011111 101 11110 1011011 110010

Color Harmonies of #F17F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F0C

Black with #F17F0C

Text Example


Text Example

White with #F17F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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