Html Css Color HEX #FEB714 Dark Tangerine

📋 copy color: '#FEB714'

red 254 ◦ green 183 ◦ blue 20

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

Shades of Dark Tangerine #FEB714

Tints of Dark Tangerine #FEB714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.38%

R = 55.58%
G = 40.04%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEB714 (or 0xFEB714) is known color: Dark Tangerine. HEX triplet: FE, B7 and 14. RGB value is (254,183,20). Sum of RGB (Red+Green+Blue) = 254+183+20=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 183 (71.88% from 255 or 40.04% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB714 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEB714 is #0148EB. Grayscale: #BABABA. Windows color (decimal): -84204 or 1357822. OLE color: 1357822.

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

Color convert

RGB 254 183 20 -
CMYK 0 0.28 0.92 0.00
HSL 41.79º 0.99% 0.54% -
HSV(B) 41.79º 0.92% 1% -
XYZ 57.93 54.99 8.22 -
YUV 185.65 34.52 176.75 -
System Red Green Blue C M Y K H S L
Decimal 254 183 20 0 0.28 0.92 0.00 41.79 0.99 0.54
Hex FE B7 14 0 1C 5C 0 2A 63 36
Octal 376 267 24 0 34 134 0 52 143 66
Binary 11111110 10110111 10100 0 11100 1011100 0 101010 1100011 110110

Color Harmonies of #FEB714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEB714

Black with #FEB714

Text Example


Text Example

White with #FEB714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEB714; }

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

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

background-color css

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

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

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

border-color css

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

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

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