Html Css Color HEX #F29001 Tangerine

📋 copy color: '#F29001'

red 242 ◦ green 144 ◦ blue 1

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

Shades of Tangerine #F29001

Tints of Tangerine #F29001

RGB

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

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

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

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

#F29001 (or 0xF29001) is known color: Tangerine. HEX triplet: F2, 90 and 01. RGB value is (242,144,1). Sum of RGB (Red+Green+Blue) = 242+144+1=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F29001 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29001 is #0D6FFE. Grayscale: #9D9D9D. Windows color (decimal): -880639 or 102642. OLE color: 102642.

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

Color convert

RGB 242 144 1 -
CMYK 0 0.40 1.00 0.05
HSL 35.6º 0.99% 0.48% -
HSV(B) 35.6º 1% 0.95% -
XYZ 46.6 38.83 5.07 -
YUV 157 39.97 188.63 -
System Red Green Blue C M Y K H S L
Decimal 242 144 1 0 0.40 1.00 0.05 35.6 0.99 0.48
Hex F2 90 1 0 28 64 5 24 63 30
Octal 362 220 1 0 50 144 5 44 143 60
Binary 11110010 10010000 1 0 101000 1100100 101 100100 1100011 110000

Color Harmonies of #F29001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29001

Black with #F29001

Text Example


Text Example

White with #F29001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29001; }

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

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

background-color css

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

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

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

border-color css

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

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

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