Html Css Color HEX #DF8A02 Tangerine

📋 copy color: '#DF8A02'

red 223 ◦ green 138 ◦ blue 2

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

Shades of Tangerine #DF8A02

Tints of Tangerine #DF8A02

RGB

 RED value IS 223 (87.5% from 255) = 61.43%

 GREEN value IS 138 (54.3% from 255) = 38.02%

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

R = 61.43%
G = 38.02%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF8A02 (or 0xDF8A02) is known color: Tangerine. HEX triplet: DF, 8A and 02. RGB value is (223,138,2). Sum of RGB (Red+Green+Blue) = 223+138+2=363 (48% of max value = 765). Red value is 223 (87.5% from 255 or 61.43% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 2 (1.17% from 255 or 0.55% from 363); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8A02 is #2075FD. Grayscale: #949494. Windows color (decimal): -2127358 or 166623. OLE color: 166623.

HSL color Cylindrical-coordinate representation of color #DF8A02: hue angle of 36.92º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF8A02 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 138 2 -
CMYK 0 0.38 0.99 0.13
HSL 36.92º 0.98% 0.44% -
HSV(B) 36.92º 0.99% 0.87% -
XYZ 39.53 33.87 4.51 -
YUV 147.91 45.66 181.56 -
System Red Green Blue C M Y K H S L
Decimal 223 138 2 0 0.38 0.99 0.13 36.92 0.98 0.44
Hex DF 8A 2 0 26 63 D 25 62 2C
Octal 337 212 2 0 46 143 15 45 142 54
Binary 11011111 10001010 10 0 100110 1100011 1101 100101 1100010 101100

Color Harmonies of #DF8A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8A02

Black with #DF8A02

Text Example


Text Example

White with #DF8A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8A02; }

 p { color: rgb(223,138,2); }

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

background-color css

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

 a { background-color: rgb(223,138,2); }

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

border-color css

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

 span { border-color: rgb(223,138,2); }

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