Html Css Color HEX #FDB114 Dark Tangerine

📋 copy color: '#FDB114'

red 253 ◦ green 177 ◦ blue 20

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

Shades of Dark Tangerine #FDB114

Tints of Dark Tangerine #FDB114

RGB

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

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

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

R = 56.22%
G = 39.33%
B = 4.44%

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

#FDB114 (or 0xFDB114) is known color: Dark Tangerine. HEX triplet: FD, B1 and 14. RGB value is (253,177,20). Sum of RGB (Red+Green+Blue) = 253+177+20=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 20 (8.20% from 255 or 4.44% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FDB114 is #024EEB. Grayscale: #B6B6B6. Windows color (decimal): -151276 or 1356285. OLE color: 1356285.

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

Color convert

RGB 253 177 20 -
CMYK 0 0.30 0.92 0.01
HSL 40.43º 0.98% 0.54% -
HSV(B) 40.43º 0.92% 0.99% -
XYZ 56.36 52.38 7.8 -
YUV 181.83 36.68 178.77 -
System Red Green Blue C M Y K H S L
Decimal 253 177 20 0 0.30 0.92 0.01 40.43 0.98 0.54
Hex FD B1 14 0 1E 5C 1 28 62 36
Octal 375 261 24 0 36 134 1 50 142 66
Binary 11111101 10110001 10100 0 11110 1011100 1 101000 1100010 110110

Color Harmonies of #FDB114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB114

Black with #FDB114

Text Example


Text Example

White with #FDB114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB114; }

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

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

background-color css

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

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

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

border-color css

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

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

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