Html Css Color HEX #F28106 Tangerine

📋 copy color: '#F28106'

red 242 ◦ green 129 ◦ blue 6

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

Shades of Tangerine #F28106

Tints of Tangerine #F28106

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.22%

 BLUE value IS 6 (2.73% from 255) = 1.59%

R = 64.19%
G = 34.22%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F28106 (or 0xF28106) is known color: Tangerine. HEX triplet: F2, 81 and 06. RGB value is (242,129,6). Sum of RGB (Red+Green+Blue) = 242+129+6=377 (49% of max value = 765). Red value is 242 (94.92% from 255 or 64.19% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 6 (2.73% from 255 or 1.59% from 377); Max value from RGB is 242 - color contains mainly: red. Hex color #F28106 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28106 is #0D7EF9. Grayscale: #959595. Windows color (decimal): -884474 or 426482. OLE color: 426482.

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

Color convert

RGB 242 129 6 -
CMYK 0 0.47 0.98 0.05
HSL 31.27º 0.95% 0.49% -
HSV(B) 31.27º 0.98% 0.95% -
XYZ 44.5 34.59 4.5 -
YUV 148.77 47.44 194.5 -
System Red Green Blue C M Y K H S L
Decimal 242 129 6 0 0.47 0.98 0.05 31.27 0.95 0.49
Hex F2 81 6 0 2F 62 5 1F 5F 31
Octal 362 201 6 0 57 142 5 37 137 61
Binary 11110010 10000001 110 0 101111 1100010 101 11111 1011111 110001

Color Harmonies of #F28106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28106

Black with #F28106

Text Example


Text Example

White with #F28106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28106; }

 p { color: rgb(242,129,6); }

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

background-color css

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

 a { background-color: rgb(242,129,6); }

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

border-color css

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

 span { border-color: rgb(242,129,6); }

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