Html Css Color HEX #FDD114 Turbo

📋 copy color: '#FDD114'

red 253 ◦ green 209 ◦ blue 20

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

Shades of Turbo #FDD114

Tints of Turbo #FDD114

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.36%

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

R = 52.49%
G = 43.36%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDD114 (or 0xFDD114) is known color: Turbo. HEX triplet: FD, D1 and 14. RGB value is (253,209,20). Sum of RGB (Red+Green+Blue) = 253+209+20=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 209 (82.03% from 255 or 43.36% from 482); Blue value is 20 (8.20% from 255 or 4.15% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD114 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD114 is #022EEB. Grayscale: #C9C9C9. Windows color (decimal): -143084 or 1364477. OLE color: 1364477.

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

Color convert

RGB 253 209 20 -
CMYK 0 0.17 0.92 0.01
HSL 48.67º 0.98% 0.54% -
HSV(B) 48.67º 0.92% 0.99% -
XYZ 63.43 66.53 10.16 -
YUV 200.61 26.08 165.37 -
System Red Green Blue C M Y K H S L
Decimal 253 209 20 0 0.17 0.92 0.01 48.67 0.98 0.54
Hex FD D1 14 0 11 5C 1 31 62 36
Octal 375 321 24 0 21 134 1 61 142 66
Binary 11111101 11010001 10100 0 10001 1011100 1 110001 1100010 110110

Color Harmonies of #FDD114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD114

Black with #FDD114

Text Example


Text Example

White with #FDD114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD114; }

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

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

background-color css

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

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

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

border-color css

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

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

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