Html Css Color HEX #FDB115 Dark Tangerine

📋 copy color: '#FDB115'

red 253 ◦ green 177 ◦ blue 21

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

Shades of Dark Tangerine #FDB115

Tints of Dark Tangerine #FDB115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.66%

R = 56.1%
G = 39.25%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDB115 (or 0xFDB115) is known color: Dark Tangerine. HEX triplet: FD, B1 and 15. RGB value is (253,177,21). Sum of RGB (Red+Green+Blue) = 253+177+21=451 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.10% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 21 (8.59% from 255 or 4.66% from 451); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB115 is #024EEA. Grayscale: #B6B6B6. Windows color (decimal): -151275 or 1421821. OLE color: 1421821.

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

Color convert

RGB 253 177 21 -
CMYK 0 0.30 0.92 0.01
HSL 40.34º 0.98% 0.54% -
HSV(B) 40.34º 0.92% 0.99% -
XYZ 56.37 52.38 7.85 -
YUV 181.94 37.18 178.68 -
System Red Green Blue C M Y K H S L
Decimal 253 177 21 0 0.30 0.92 0.01 40.34 0.98 0.54
Hex FD B1 15 0 1E 5C 1 28 62 36
Octal 375 261 25 0 36 134 1 50 142 66
Binary 11111101 10110001 10101 0 11110 1011100 1 101000 1100010 110110

Color Harmonies of #FDB115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB115

Black with #FDB115

Text Example


Text Example

White with #FDB115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB115; }

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

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

background-color css

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

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

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

border-color css

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

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

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