Html Css Color HEX #F28802 Tangerine

📋 copy color: '#F28802'

red 242 ◦ green 136 ◦ blue 2

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

Shades of Tangerine #F28802

Tints of Tangerine #F28802

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.79%

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

R = 63.68%
G = 35.79%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F28802 (or 0xF28802) is known color: Tangerine. HEX triplet: F2, 88 and 02. RGB value is (242,136,2). Sum of RGB (Red+Green+Blue) = 242+136+2=380 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.68% from 380); Green value is 136 (53.52% from 255 or 35.79% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 242 - color contains mainly: red. Hex color #F28802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28802 is #0D77FD. Grayscale: #999999. Windows color (decimal): -882686 or 166130. OLE color: 166130.

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

Color convert

RGB 242 136 2 -
CMYK 0 0.44 0.99 0.05
HSL 33.5º 0.98% 0.48% -
HSV(B) 33.5º 0.99% 0.95% -
XYZ 45.43 36.49 4.71 -
YUV 152.42 43.12 191.9 -
System Red Green Blue C M Y K H S L
Decimal 242 136 2 0 0.44 0.99 0.05 33.5 0.98 0.48
Hex F2 88 2 0 2C 63 5 22 62 30
Octal 362 210 2 0 54 143 5 42 142 60
Binary 11110010 10001000 10 0 101100 1100011 101 100010 1100010 110000

Color Harmonies of #F28802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28802

Black with #F28802

Text Example


Text Example

White with #F28802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28802; }

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

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

background-color css

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

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

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

border-color css

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

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

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