Html Css Color HEX #F29200 Tangerine

📋 copy color: '#F29200'

red 242 ◦ green 146 ◦ blue 0

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

Shades of Tangerine #F29200

Tints of Tangerine #F29200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.37%
G = 37.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F29200 (or 0xF29200) is known color: Tangerine. HEX triplet: F2, 92 and 00. RGB value is (242,146,0). Sum of RGB (Red+Green+Blue) = 242+146+0=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 146 (57.42% from 255 or 37.63% from 388); Blue value is 0 (0.39% from 255 or 0% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F29200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29200 is #0D6DFF. Grayscale: #9E9E9E. Windows color (decimal): -880128 or 37618. OLE color: 37618.

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

Color convert

RGB 242 146 0 -
CMYK 0 0.40 1 0.05
HSL 36.2º 1% 0.47% -
HSV(B) 36.2º 1% 0.95% -
XYZ 46.9 39.44 5.14 -
YUV 158.06 38.8 187.87 -
System Red Green Blue C M Y K H S L
Decimal 242 146 0 0 0.40 1 0.05 36.2 1 0.47
Hex F2 92 0 0 28 64 5 24 64 2F
Octal 362 222 0 0 50 144 5 44 144 57
Binary 11110010 10010010 0 0 101000 1100100 101 100100 1100100 101111

Color Harmonies of #F29200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29200

Black with #F29200

Text Example


Text Example

White with #F29200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29200; }

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

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

background-color css

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

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

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

border-color css

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

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

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