Html Css Color HEX #F27F10 Tangerine

📋 copy color: '#F27F10'

red 242 ◦ green 127 ◦ blue 16

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

Shades of Tangerine #F27F10

Tints of Tangerine #F27F10

RGB

 RED value IS 242 (94.92% from 255) = 62.86%

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

 BLUE value IS 16 (6.64% from 255) = 4.16%

R = 62.86%
G = 32.99%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F27F10 (or 0xF27F10) is known color: Tangerine. HEX triplet: F2, 7F and 10. RGB value is (242,127,16). Sum of RGB (Red+Green+Blue) = 242+127+16=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F27F10 is #0D80EF. Grayscale: #959595. Windows color (decimal): -884976 or 1081330. OLE color: 1081330.

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

Color convert

RGB 242 127 16 -
CMYK 0 0.48 0.93 0.05
HSL 29.47º 0.9% 0.51% -
HSV(B) 29.47º 0.93% 0.95% -
XYZ 44.3 34.09 4.74 -
YUV 148.73 53.1 194.53 -
System Red Green Blue C M Y K H S L
Decimal 242 127 16 0 0.48 0.93 0.05 29.47 0.9 0.51
Hex F2 7F 10 0 30 5D 5 1D 5A 33
Octal 362 177 20 0 60 135 5 35 132 63
Binary 11110010 1111111 10000 0 110000 1011101 101 11101 1011010 110011

Color Harmonies of #F27F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F27F10

Black with #F27F10

Text Example


Text Example

White with #F27F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F27F10; }

 p { color: rgb(242,127,16); }

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

background-color css

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

 a { background-color: rgb(242,127,16); }

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

border-color css

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

 span { border-color: rgb(242,127,16); }

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