Html Css Color HEX #F28D02 Tangerine

📋 copy color: '#F28D02'

red 242 ◦ green 141 ◦ blue 2

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

Shades of Tangerine #F28D02

Tints of Tangerine #F28D02

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.62%

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

R = 62.86%
G = 36.62%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F28D02 (or 0xF28D02) is known color: Tangerine. HEX triplet: F2, 8D and 02. RGB value is (242,141,2). Sum of RGB (Red+Green+Blue) = 242+141+2=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 2 (1.17% from 255 or 0.52% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F28D02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F28D02 is #0D72FD. Grayscale: #9C9C9C. Windows color (decimal): -881406 or 167410. OLE color: 167410.

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

Color convert

RGB 242 141 2 -
CMYK 0 0.42 0.99 0.05
HSL 34.75º 0.98% 0.48% -
HSV(B) 34.75º 0.99% 0.95% -
XYZ 46.15 37.93 4.95 -
YUV 155.35 41.46 189.8 -
System Red Green Blue C M Y K H S L
Decimal 242 141 2 0 0.42 0.99 0.05 34.75 0.98 0.48
Hex F2 8D 2 0 2A 63 5 23 62 30
Octal 362 215 2 0 52 143 5 43 142 60
Binary 11110010 10001101 10 0 101010 1100011 101 100011 1100010 110000

Color Harmonies of #F28D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28D02

Black with #F28D02

Text Example


Text Example

White with #F28D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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