Html Css Color HEX #F26B02 Mango Tango

📋 copy color: '#F26B02'

red 242 ◦ green 107 ◦ blue 2

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

Shades of Mango Tango #F26B02

Tints of Mango Tango #F26B02

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.48%

 BLUE value IS 2 (1.17% from 255) = 0.57%

R = 68.95%
G = 30.48%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F26B02 (or 0xF26B02) is known color: Mango Tango. HEX triplet: F2, 6B and 02. RGB value is (242,107,2). Sum of RGB (Red+Green+Blue) = 242+107+2=351 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.95% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 2 (1.17% from 255 or 0.57% from 351); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26B02 is #0D94FD. Grayscale: #878787. Windows color (decimal): -890110 or 158706. OLE color: 158706.

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

Color convert

RGB 242 107 2 -
CMYK 0 0.56 0.99 0.05
HSL 26.25º 0.98% 0.48% -
HSV(B) 26.25º 0.99% 0.95% -
XYZ 41.89 29.4 3.52 -
YUV 135.4 52.73 204.04 -
System Red Green Blue C M Y K H S L
Decimal 242 107 2 0 0.56 0.99 0.05 26.25 0.98 0.48
Hex F2 6B 2 0 38 63 5 1A 62 30
Octal 362 153 2 0 70 143 5 32 142 60
Binary 11110010 1101011 10 0 111000 1100011 101 11010 1100010 110000

Color Harmonies of #F26B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F26B02

Black with #F26B02

Text Example


Text Example

White with #F26B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F26B02; }

 p { color: rgb(242,107,2); }

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

background-color css

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

 a { background-color: rgb(242,107,2); }

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

border-color css

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

 span { border-color: rgb(242,107,2); }

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