Html Css Color HEX #F28702 Tangerine

📋 copy color: '#F28702'

red 242 ◦ green 135 ◦ blue 2

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

Shades of Tangerine #F28702

Tints of Tangerine #F28702

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.62%

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

R = 63.85%
G = 35.62%
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

#F28702 (or 0xF28702) is known color: Tangerine. HEX triplet: F2, 87 and 02. RGB value is (242,135,2). Sum of RGB (Red+Green+Blue) = 242+135+2=379 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.85% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 2 (1.17% from 255 or 0.53% from 379); Max value from RGB is 242 - color contains mainly: red. Hex color #F28702 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28702 is #0D78FD. Grayscale: #989898. Windows color (decimal): -882942 or 165874. OLE color: 165874.

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

Color convert

RGB 242 135 2 -
CMYK 0 0.44 0.99 0.05
HSL 33.25º 0.98% 0.48% -
HSV(B) 33.25º 0.99% 0.95% -
XYZ 45.29 36.21 4.66 -
YUV 151.83 43.45 192.31 -
System Red Green Blue C M Y K H S L
Decimal 242 135 2 0 0.44 0.99 0.05 33.25 0.98 0.48
Hex F2 87 2 0 2C 63 5 21 62 30
Octal 362 207 2 0 54 143 5 41 142 60
Binary 11110010 10000111 10 0 101100 1100011 101 100001 1100010 110000

Color Harmonies of #F28702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28702

Black with #F28702

Text Example


Text Example

White with #F28702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28702; }

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

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

background-color css

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

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

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

border-color css

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

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

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