Html Css Color HEX #FDD515 Turbo

📋 copy color: '#FDD515'

red 253 ◦ green 213 ◦ blue 21

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

Shades of Turbo #FDD515

Tints of Turbo #FDD515

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.74%

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

R = 51.95%
G = 43.74%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDD515 (or 0xFDD515) is known color: Turbo. HEX triplet: FD, D5 and 15. RGB value is (253,213,21). Sum of RGB (Red+Green+Blue) = 253+213+21=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 21 (8.59% from 255 or 4.31% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD515 is #022AEA. Grayscale: #CBCBCB. Windows color (decimal): -142059 or 1431037. OLE color: 1431037.

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

Color convert

RGB 253 213 21 -
CMYK 0 0.16 0.92 0.01
HSL 49.66º 0.98% 0.54% -
HSV(B) 49.66º 0.92% 0.99% -
XYZ 64.44 68.53 10.54 -
YUV 203.07 25.25 163.61 -
System Red Green Blue C M Y K H S L
Decimal 253 213 21 0 0.16 0.92 0.01 49.66 0.98 0.54
Hex FD D5 15 0 10 5C 1 32 62 36
Octal 375 325 25 0 20 134 1 62 142 66
Binary 11111101 11010101 10101 0 10000 1011100 1 110010 1100010 110110

Color Harmonies of #FDD515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD515

Black with #FDD515

Text Example


Text Example

White with #FDD515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD515; }

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

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

background-color css

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

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

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

border-color css

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

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

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