Html Css Color HEX #DF8302 Tangerine

📋 copy color: '#DF8302'

red 223 ◦ green 131 ◦ blue 2

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

Shades of Tangerine #DF8302

Tints of Tangerine #DF8302

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.8%

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

R = 62.64%
G = 36.8%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DF8302 (or 0xDF8302) is known color: Tangerine. HEX triplet: DF, 83 and 02. RGB value is (223,131,2). Sum of RGB (Red+Green+Blue) = 223+131+2=356 (47% of max value = 765). Red value is 223 (87.5% from 255 or 62.64% from 356); Green value is 131 (51.56% from 255 or 36.80% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DF8302 is #207CFD. Grayscale: #909090. Windows color (decimal): -2129150 or 164831. OLE color: 164831.

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

Color convert

RGB 223 131 2 -
CMYK 0 0.41 0.99 0.13
HSL 35.02º 0.98% 0.44% -
HSV(B) 35.02º 0.99% 0.87% -
XYZ 38.56 31.92 4.19 -
YUV 143.8 47.98 184.49 -
System Red Green Blue C M Y K H S L
Decimal 223 131 2 0 0.41 0.99 0.13 35.02 0.98 0.44
Hex DF 83 2 0 29 63 D 23 62 2C
Octal 337 203 2 0 51 143 15 43 142 54
Binary 11011111 10000011 10 0 101001 1100011 1101 100011 1100010 101100

Color Harmonies of #DF8302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8302

Black with #DF8302

Text Example


Text Example

White with #DF8302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8302; }

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

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

background-color css

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

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

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

border-color css

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

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

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