Html Css Color HEX #F28810 Tangerine

📋 copy color: '#F28810'

red 242 ◦ green 136 ◦ blue 16

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

Shades of Tangerine #F28810

Tints of Tangerine #F28810

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.52%

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

R = 61.42%
G = 34.52%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F28810 (or 0xF28810) is known color: Tangerine. HEX triplet: F2, 88 and 10. RGB value is (242,136,16). Sum of RGB (Red+Green+Blue) = 242+136+16=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F28810 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28810 is #0D77EF. Grayscale: #9A9A9A. Windows color (decimal): -882672 or 1083634. OLE color: 1083634.

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

Color convert

RGB 242 136 16 -
CMYK 0 0.44 0.93 0.05
HSL 31.86º 0.9% 0.51% -
HSV(B) 31.86º 0.93% 0.95% -
XYZ 45.52 36.52 5.14 -
YUV 154.01 50.12 190.76 -
System Red Green Blue C M Y K H S L
Decimal 242 136 16 0 0.44 0.93 0.05 31.86 0.9 0.51
Hex F2 88 10 0 2C 5D 5 20 5A 33
Octal 362 210 20 0 54 135 5 40 132 63
Binary 11110010 10001000 10000 0 101100 1011101 101 100000 1011010 110011

Color Harmonies of #F28810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28810

Black with #F28810

Text Example


Text Example

White with #F28810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28810; }

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

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

background-color css

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

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

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

border-color css

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

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

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