Html Css Color HEX #F29301 Tangerine

📋 copy color: '#F29301'

red 242 ◦ green 147 ◦ blue 1

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

Shades of Tangerine #F29301

Tints of Tangerine #F29301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.69%

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

R = 62.05%
G = 37.69%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#F29301 (or 0xF29301) is known color: Tangerine. HEX triplet: F2, 93 and 01. RGB value is (242,147,1). Sum of RGB (Red+Green+Blue) = 242+147+1=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 1 (0.78% from 255 or 0.26% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F29301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29301 is #0D6CFE. Grayscale: #9F9F9F. Windows color (decimal): -879871 or 103410. OLE color: 103410.

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

Color convert

RGB 242 147 1 -
CMYK 0 0.39 1.00 0.05
HSL 36.35º 0.99% 0.48% -
HSV(B) 36.35º 1% 0.95% -
XYZ 47.06 39.75 5.22 -
YUV 158.76 38.97 187.37 -
System Red Green Blue C M Y K H S L
Decimal 242 147 1 0 0.39 1.00 0.05 36.35 0.99 0.48
Hex F2 93 1 0 27 64 5 24 63 30
Octal 362 223 1 0 47 144 5 44 143 60
Binary 11110010 10010011 1 0 100111 1100100 101 100100 1100011 110000

Color Harmonies of #F29301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29301

Black with #F29301

Text Example


Text Example

White with #F29301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29301; }

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

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

background-color css

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

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

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

border-color css

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

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

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