Html Css Color HEX #F28608 Tangerine

📋 copy color: '#F28608'

red 242 ◦ green 134 ◦ blue 8

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

Shades of Tangerine #F28608

Tints of Tangerine #F28608

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.9%

 BLUE value IS 8 (3.52% from 255) = 2.08%

R = 63.02%
G = 34.9%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F28608 (or 0xF28608) is known color: Tangerine. HEX triplet: F2, 86 and 08. RGB value is (242,134,8). Sum of RGB (Red+Green+Blue) = 242+134+8=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 8 (3.52% from 255 or 2.08% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F28608 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28608 is #0D79F7. Grayscale: #989898. Windows color (decimal): -883192 or 558834. OLE color: 558834.

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

Color convert

RGB 242 134 8 -
CMYK 0 0.45 0.97 0.05
HSL 32.31º 0.94% 0.49% -
HSV(B) 32.31º 0.97% 0.95% -
XYZ 45.19 35.94 4.79 -
YUV 151.93 46.78 192.25 -
System Red Green Blue C M Y K H S L
Decimal 242 134 8 0 0.45 0.97 0.05 32.31 0.94 0.49
Hex F2 86 8 0 2D 61 5 20 5E 31
Octal 362 206 10 0 55 141 5 40 136 61
Binary 11110010 10000110 1000 0 101101 1100001 101 100000 1011110 110001

Color Harmonies of #F28608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28608

Black with #F28608

Text Example


Text Example

White with #F28608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28608; }

 p { color: rgb(242,134,8); }

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

background-color css

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

 a { background-color: rgb(242,134,8); }

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

border-color css

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

 span { border-color: rgb(242,134,8); }

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