Html Css Color HEX #EF820F Tangerine

📋 copy color: '#EF820F'

red 239 ◦ green 130 ◦ blue 15

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

Shades of Tangerine #EF820F

Tints of Tangerine #EF820F

RGB

 RED value IS 239 (93.75% from 255) = 62.24%

 GREEN value IS 130 (51.17% from 255) = 33.85%

 BLUE value IS 15 (6.25% from 255) = 3.91%

R = 62.24%
G = 33.85%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF820F (or 0xEF820F) is known color: Tangerine. HEX triplet: EF, 82 and 0F. RGB value is (239,130,15). Sum of RGB (Red+Green+Blue) = 239+130+15=384 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.24% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 15 (6.25% from 255 or 3.91% from 384); Max value from RGB is 239 - color contains mainly: red. Hex color #EF820F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF820F is #107DF0. Grayscale: #969696. Windows color (decimal): -1080817 or 1016559. OLE color: 1016559.

HSL color Cylindrical-coordinate representation of color #EF820F: hue angle of 30.8º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EF820F is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 130 15 -
CMYK 0 0.46 0.94 0.06
HSL 30.8º 0.88% 0.5% -
HSV(B) 30.8º 0.94% 0.94% -
XYZ 43.67 34.35 4.78 -
YUV 149.48 52.11 191.85 -
System Red Green Blue C M Y K H S L
Decimal 239 130 15 0 0.46 0.94 0.06 30.8 0.88 0.5
Hex EF 82 F 0 2E 5E 6 1F 58 32
Octal 357 202 17 0 56 136 6 37 130 62
Binary 11101111 10000010 1111 0 101110 1011110 110 11111 1011000 110010

Color Harmonies of #EF820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF820F

Black with #EF820F

Text Example


Text Example

White with #EF820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF820F; }

 p { color: rgb(239,130,15); }

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

background-color css

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

 a { background-color: rgb(239,130,15); }

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

border-color css

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

 span { border-color: rgb(239,130,15); }

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