Html Css Color HEX #F29201 Tangerine

📋 copy color: '#F29201'

red 242 ◦ green 146 ◦ blue 1

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

Shades of Tangerine #F29201

Tints of Tangerine #F29201

RGB

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

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

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

R = 62.21%
G = 37.53%
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

#F29201 (or 0xF29201) is known color: Tangerine. HEX triplet: F2, 92 and 01. RGB value is (242,146,1). Sum of RGB (Red+Green+Blue) = 242+146+1=389 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.21% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 242 - color contains mainly: red. Hex color #F29201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29201 is #0D6DFE. Grayscale: #9E9E9E. Windows color (decimal): -880127 or 103154. OLE color: 103154.

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

Color convert

RGB 242 146 1 -
CMYK 0 0.40 1.00 0.05
HSL 36.1º 0.99% 0.48% -
HSV(B) 36.1º 1% 0.95% -
XYZ 46.9 39.44 5.17 -
YUV 158.17 39.3 187.79 -
System Red Green Blue C M Y K H S L
Decimal 242 146 1 0 0.40 1.00 0.05 36.1 0.99 0.48
Hex F2 92 1 0 28 64 5 24 63 30
Octal 362 222 1 0 50 144 5 44 143 60
Binary 11110010 10010010 1 0 101000 1100100 101 100100 1100011 110000

Color Harmonies of #F29201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29201

Black with #F29201

Text Example


Text Example

White with #F29201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29201; }

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

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

background-color css

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

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

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

border-color css

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

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

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