Html Css Color HEX #F29105 Tangerine

📋 copy color: '#F29105'

red 242 ◦ green 145 ◦ blue 5

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

Shades of Tangerine #F29105

Tints of Tangerine #F29105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 61.73%
G = 36.99%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#F29105 (or 0xF29105) is known color: Tangerine. HEX triplet: F2, 91 and 05. RGB value is (242,145,5). Sum of RGB (Red+Green+Blue) = 242+145+5=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F29105 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29105 is #0D6EFA. Grayscale: #9E9E9E. Windows color (decimal): -880379 or 365042. OLE color: 365042.

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

Color convert

RGB 242 145 5 -
CMYK 0 0.40 0.98 0.05
HSL 35.44º 0.96% 0.48% -
HSV(B) 35.44º 0.98% 0.95% -
XYZ 46.77 39.14 5.23 -
YUV 158.04 41.64 187.88 -
System Red Green Blue C M Y K H S L
Decimal 242 145 5 0 0.40 0.98 0.05 35.44 0.96 0.48
Hex F2 91 5 0 28 62 5 23 60 30
Octal 362 221 5 0 50 142 5 43 140 60
Binary 11110010 10010001 101 0 101000 1100010 101 100011 1100000 110000

Color Harmonies of #F29105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29105

Black with #F29105

Text Example


Text Example

White with #F29105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29105; }

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

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

background-color css

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

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

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

border-color css

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

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

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