Html Css Color HEX #FFB814 Dark Tangerine

📋 copy color: '#FFB814'

red 255 ◦ green 184 ◦ blue 20

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

Shades of Dark Tangerine #FFB814

Tints of Dark Tangerine #FFB814

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.09%

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

R = 55.56%
G = 40.09%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFB814 (or 0xFFB814) is known color: Dark Tangerine. HEX triplet: FF, B8 and 14. RGB value is (255,184,20). Sum of RGB (Red+Green+Blue) = 255+184+20=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 20 (8.20% from 255 or 4.36% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB814 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFB814 is #0047EB. Grayscale: #BBBBBB. Windows color (decimal): -18412 or 1358079. OLE color: 1358079.

HSL color Cylindrical-coordinate representation of color #FFB814: hue angle of 41.87º 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 #FFB814 is Cyan = 0, Magento = 0.28, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 255 184 20 -
CMYK 0 0.28 0.92 0
HSL 41.87º 1% 0.54% -
HSV(B) 41.87º 0.92% 1% -
XYZ 58.51 55.59 8.31 -
YUV 186.53 34.02 176.84 -
System Red Green Blue C M Y K H S L
Decimal 255 184 20 0 0.28 0.92 0 41.87 1 0.54
Hex FF B8 14 0 1C 5C 0 2A 64 36
Octal 377 270 24 0 34 134 0 52 144 66
Binary 11111111 10111000 10100 0 11100 1011100 0 101010 1100100 110110

Color Harmonies of #FFB814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB814

Black with #FFB814

Text Example


Text Example

White with #FFB814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB814; }

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

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

background-color css

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

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

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

border-color css

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

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

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