Html Css Color HEX #FEB720 Dark Tangerine

📋 copy color: '#FEB720'

red 254 ◦ green 183 ◦ blue 32

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

Shades of Dark Tangerine #FEB720

Tints of Dark Tangerine #FEB720

RGB

 RED value IS 254 (99.61% from 255) = 54.16%

 GREEN value IS 183 (71.88% from 255) = 39.02%

 BLUE value IS 32 (12.89% from 255) = 6.82%

R = 54.16%
G = 39.02%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FEB720 (or 0xFEB720) is known color: Dark Tangerine. HEX triplet: FE, B7 and 20. RGB value is (254,183,32). Sum of RGB (Red+Green+Blue) = 254+183+32=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEB720 is #0148DF. Grayscale: #BBBBBB. Windows color (decimal): -84192 or 2144254. OLE color: 2144254.

HSL color Cylindrical-coordinate representation of color #FEB720: hue angle of 40.81º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FEB720 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 183 32 -
CMYK 0 0.28 0.87 0.00
HSL 40.81º 0.99% 0.56% -
HSV(B) 40.81º 0.87% 1% -
XYZ 58.07 55.04 8.93 -
YUV 187.02 40.52 175.78 -
System Red Green Blue C M Y K H S L
Decimal 254 183 32 0 0.28 0.87 0.00 40.81 0.99 0.56
Hex FE B7 20 0 1C 57 0 29 63 38
Octal 376 267 40 0 34 127 0 51 143 70
Binary 11111110 10110111 100000 0 11100 1010111 0 101001 1100011 111000

Color Harmonies of #FEB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB720

Black with #FEB720

Text Example


Text Example

White with #FEB720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB720; }

 p { color: rgb(254,183,32); }

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

background-color css

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

 a { background-color: rgb(254,183,32); }

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

border-color css

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

 span { border-color: rgb(254,183,32); }

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