Html Css Color HEX #F29100 Tangerine

📋 copy color: '#F29100'

red 242 ◦ green 145 ◦ blue 0

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

Shades of Tangerine #F29100

Tints of Tangerine #F29100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.47%

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

R = 62.53%
G = 37.47%
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

#F29100 (or 0xF29100) is known color: Tangerine. HEX triplet: F2, 91 and 00. RGB value is (242,145,0). Sum of RGB (Red+Green+Blue) = 242+145+0=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F29100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29100 is #0D6EFF. Grayscale: #9E9E9E. Windows color (decimal): -880384 or 37362. OLE color: 37362.

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

Color convert

RGB 242 145 0 -
CMYK 0 0.40 1 0.05
HSL 35.95º 1% 0.47% -
HSV(B) 35.95º 1% 0.95% -
XYZ 46.74 39.13 5.09 -
YUV 157.47 39.14 188.29 -
System Red Green Blue C M Y K H S L
Decimal 242 145 0 0 0.40 1 0.05 35.95 1 0.47
Hex F2 91 0 0 28 64 5 24 64 2F
Octal 362 221 0 0 50 144 5 44 144 57
Binary 11110010 10010001 0 0 101000 1100100 101 100100 1100100 101111

Color Harmonies of #F29100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29100

Black with #F29100

Text Example


Text Example

White with #F29100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29100; }

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

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

background-color css

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

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

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

border-color css

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

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

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