Html Css Color HEX #FFB614 Dark Tangerine

📋 copy color: '#FFB614'

red 255 ◦ green 182 ◦ blue 20

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

Shades of Dark Tangerine #FFB614

Tints of Dark Tangerine #FFB614

RGB

 RED value IS 255 (100% from 255) = 55.8%

 GREEN value IS 182 (71.48% from 255) = 39.82%

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

R = 55.8%
G = 39.82%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFB614 (or 0xFFB614) is known color: Dark Tangerine. HEX triplet: FF, B6 and 14. RGB value is (255,182,20). Sum of RGB (Red+Green+Blue) = 255+182+20=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 182 (71.48% from 255 or 39.82% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB614 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB614 is #0049EB. Grayscale: #BABABA. Windows color (decimal): -18924 or 1357567. OLE color: 1357567.

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

Color convert

RGB 255 182 20 -
CMYK 0 0.29 0.92 0
HSL 41.36º 1% 0.54% -
HSV(B) 41.36º 0.92% 1% -
XYZ 58.09 54.77 8.17 -
YUV 185.36 34.68 177.67 -
System Red Green Blue C M Y K H S L
Decimal 255 182 20 0 0.29 0.92 0 41.36 1 0.54
Hex FF B6 14 0 1D 5C 0 29 64 36
Octal 377 266 24 0 35 134 0 51 144 66
Binary 11111111 10110110 10100 0 11101 1011100 0 101001 1100100 110110

Color Harmonies of #FFB614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB614

Black with #FFB614

Text Example


Text Example

White with #FFB614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB614; }

 p { color: rgb(255,182,20); }

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

background-color css

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

 a { background-color: rgb(255,182,20); }

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

border-color css

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

 span { border-color: rgb(255,182,20); }

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