Html Css Color HEX #F29101 Tangerine

📋 copy color: '#F29101'

red 242 ◦ green 145 ◦ blue 1

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

Shades of Tangerine #F29101

Tints of Tangerine #F29101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 62.37%
G = 37.37%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F29101 (or 0xF29101) is known color: Tangerine. HEX triplet: F2, 91 and 01. RGB value is (242,145,1). Sum of RGB (Red+Green+Blue) = 242+145+1=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F29101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29101 is #0D6EFE. Grayscale: #9E9E9E. Windows color (decimal): -880383 or 102898. OLE color: 102898.

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

Color convert

RGB 242 145 1 -
CMYK 0 0.40 1.00 0.05
HSL 35.85º 0.99% 0.48% -
HSV(B) 35.85º 1% 0.95% -
XYZ 46.75 39.13 5.12 -
YUV 157.59 39.64 188.21 -
System Red Green Blue C M Y K H S L
Decimal 242 145 1 0 0.40 1.00 0.05 35.85 0.99 0.48
Hex F2 91 1 0 28 64 5 24 63 30
Octal 362 221 1 0 50 144 5 44 143 60
Binary 11110010 10010001 1 0 101000 1100100 101 100100 1100011 110000

Color Harmonies of #F29101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29101

Black with #F29101

Text Example


Text Example

White with #F29101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29101; }

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

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

background-color css

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

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

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

border-color css

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

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

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