Html Css Color HEX #FDB117 Dark Tangerine

📋 copy color: '#FDB117'

red 253 ◦ green 177 ◦ blue 23

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

Shades of Dark Tangerine #FDB117

Tints of Dark Tangerine #FDB117

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.07%

 BLUE value IS 23 (9.38% from 255) = 5.08%

R = 55.85%
G = 39.07%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDB117 (or 0xFDB117) is known color: Dark Tangerine. HEX triplet: FD, B1 and 17. RGB value is (253,177,23). Sum of RGB (Red+Green+Blue) = 253+177+23=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 23 (9.38% from 255 or 5.08% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB117 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB117 is #024EE8. Grayscale: #B6B6B6. Windows color (decimal): -151273 or 1552893. OLE color: 1552893.

HSL color Cylindrical-coordinate representation of color #FDB117: hue angle of 40.17º 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 #FDB117 is Cyan = 0, Magento = 0.30, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 177 23 -
CMYK 0 0.30 0.91 0.01
HSL 40.17º 0.98% 0.54% -
HSV(B) 40.17º 0.91% 0.99% -
XYZ 56.38 52.39 7.95 -
YUV 182.17 38.18 178.52 -
System Red Green Blue C M Y K H S L
Decimal 253 177 23 0 0.30 0.91 0.01 40.17 0.98 0.54
Hex FD B1 17 0 1E 5B 1 28 62 36
Octal 375 261 27 0 36 133 1 50 142 66
Binary 11111101 10110001 10111 0 11110 1011011 1 101000 1100010 110110

Color Harmonies of #FDB117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB117

Black with #FDB117

Text Example


Text Example

White with #FDB117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB117; }

 p { color: rgb(253,177,23); }

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

background-color css

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

 a { background-color: rgb(253,177,23); }

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

border-color css

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

 span { border-color: rgb(253,177,23); }

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