Html Css Color HEX #FDD715 Turbo

📋 copy color: '#FDD715'

red 253 ◦ green 215 ◦ blue 21

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

Shades of Turbo #FDD715

Tints of Turbo #FDD715

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.97%

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

R = 51.74%
G = 43.97%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDD715 (or 0xFDD715) is known color: Turbo. HEX triplet: FD, D7 and 15. RGB value is (253,215,21). Sum of RGB (Red+Green+Blue) = 253+215+21=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 215 (84.38% from 255 or 43.97% from 489); Blue value is 21 (8.59% from 255 or 4.29% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD715 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDD715 is #0228EA. Grayscale: #CDCDCD. Windows color (decimal): -141547 or 1431549. OLE color: 1431549.

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

Color convert

RGB 253 215 21 -
CMYK 0 0.15 0.92 0.01
HSL 50.17º 0.98% 0.54% -
HSV(B) 50.17º 0.92% 0.99% -
XYZ 64.94 69.54 10.71 -
YUV 204.25 24.59 162.77 -
System Red Green Blue C M Y K H S L
Decimal 253 215 21 0 0.15 0.92 0.01 50.17 0.98 0.54
Hex FD D7 15 0 F 5C 1 32 62 36
Octal 375 327 25 0 17 134 1 62 142 66
Binary 11111101 11010111 10101 0 1111 1011100 1 110010 1100010 110110

Color Harmonies of #FDD715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD715

Black with #FDD715

Text Example


Text Example

White with #FDD715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD715; }

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

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

background-color css

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

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

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

border-color css

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

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

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