Html Css Color HEX #F29006 Tangerine

📋 copy color: '#F29006'

red 242 ◦ green 144 ◦ blue 6

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

Shades of Tangerine #F29006

Tints of Tangerine #F29006

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.73%

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

R = 61.73%
G = 36.73%
B = 1.53%

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

#F29006 (or 0xF29006) is known color: Tangerine. HEX triplet: F2, 90 and 06. RGB value is (242,144,6). Sum of RGB (Red+Green+Blue) = 242+144+6=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F29006 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29006 is #0D6FF9. Grayscale: #9E9E9E. Windows color (decimal): -880634 or 430322. OLE color: 430322.

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

Color convert

RGB 242 144 6 -
CMYK 0 0.40 0.98 0.05
HSL 35.08º 0.95% 0.49% -
HSV(B) 35.08º 0.98% 0.95% -
XYZ 46.62 38.84 5.21 -
YUV 157.57 42.47 188.22 -
System Red Green Blue C M Y K H S L
Decimal 242 144 6 0 0.40 0.98 0.05 35.08 0.95 0.49
Hex F2 90 6 0 28 62 5 23 5F 31
Octal 362 220 6 0 50 142 5 43 137 61
Binary 11110010 10010000 110 0 101000 1100010 101 100011 1011111 110001

Color Harmonies of #F29006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29006

Black with #F29006

Text Example


Text Example

White with #F29006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29006; }

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

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

background-color css

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

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

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

border-color css

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

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

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