Html Css Color HEX #F29206 Tangerine

📋 copy color: '#F29206'

red 242 ◦ green 146 ◦ blue 6

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

Shades of Tangerine #F29206

Tints of Tangerine #F29206

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.06%

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

R = 61.42%
G = 37.06%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F29206 (or 0xF29206) is known color: Tangerine. HEX triplet: F2, 92 and 06. RGB value is (242,146,6). Sum of RGB (Red+Green+Blue) = 242+146+6=394 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.42% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 6 (2.73% from 255 or 1.52% from 394); Max value from RGB is 242 - color contains mainly: red. Hex color #F29206 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29206 is #0D6DF9. Grayscale: #9F9F9F. Windows color (decimal): -880122 or 430834. OLE color: 430834.

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

Color convert

RGB 242 146 6 -
CMYK 0 0.40 0.98 0.05
HSL 35.59º 0.95% 0.49% -
HSV(B) 35.59º 0.98% 0.95% -
XYZ 46.93 39.45 5.31 -
YUV 158.74 41.8 187.38 -
System Red Green Blue C M Y K H S L
Decimal 242 146 6 0 0.40 0.98 0.05 35.59 0.95 0.49
Hex F2 92 6 0 28 62 5 24 5F 31
Octal 362 222 6 0 50 142 5 44 137 61
Binary 11110010 10010010 110 0 101000 1100010 101 100100 1011111 110001

Color Harmonies of #F29206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29206

Black with #F29206

Text Example


Text Example

White with #F29206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29206; }

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

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

background-color css

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

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

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

border-color css

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

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

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