Html Css Color HEX #FDBA16 Dark Tangerine

📋 copy color: '#FDBA16'

red 253 ◦ green 186 ◦ blue 22

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

Shades of Dark Tangerine #FDBA16

Tints of Dark Tangerine #FDBA16

RGB

 RED value IS 253 (99.22% from 255) = 54.88%

 GREEN value IS 186 (73.05% from 255) = 40.35%

 BLUE value IS 22 (8.98% from 255) = 4.77%

R = 54.88%
G = 40.35%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDBA16 (or 0xFDBA16) is known color: Dark Tangerine. HEX triplet: FD, BA and 16. RGB value is (253,186,22). Sum of RGB (Red+Green+Blue) = 253+186+22=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 22 (8.98% from 255 or 4.77% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDBA16 is #0245E9. Grayscale: #BCBCBC. Windows color (decimal): -148970 or 1489661. OLE color: 1489661.

HSL color Cylindrical-coordinate representation of color #FDBA16: hue angle of 42.6º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FDBA16 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 186 22 -
CMYK 0 0.26 0.91 0.01
HSL 42.6º 0.98% 0.54% -
HSV(B) 42.6º 0.91% 0.99% -
XYZ 58.21 56.06 8.51 -
YUV 187.34 34.7 174.84 -
System Red Green Blue C M Y K H S L
Decimal 253 186 22 0 0.26 0.91 0.01 42.6 0.98 0.54
Hex FD BA 16 0 1A 5B 1 2B 62 36
Octal 375 272 26 0 32 133 1 53 142 66
Binary 11111101 10111010 10110 0 11010 1011011 1 101011 1100010 110110

Color Harmonies of #FDBA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA16

Black with #FDBA16

Text Example


Text Example

White with #FDBA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA16; }

 p { color: rgb(253,186,22); }

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

background-color css

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

 a { background-color: rgb(253,186,22); }

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

border-color css

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

 span { border-color: rgb(253,186,22); }

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