Html Css Color HEX #FDD51C Turbo

📋 copy color: '#FDD51C'

red 253 ◦ green 213 ◦ blue 28

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

Shades of Turbo #FDD51C

Tints of Turbo #FDD51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.67%

R = 51.21%
G = 43.12%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDD51C (or 0xFDD51C) is known color: Turbo. HEX triplet: FD, D5 and 1C. RGB value is (253,213,28). Sum of RGB (Red+Green+Blue) = 253+213+28=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 28 (11.33% from 255 or 5.67% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD51C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD51C is #022AE3. Grayscale: #CCCCCC. Windows color (decimal): -142052 or 1889789. OLE color: 1889789.

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

Color convert

RGB 253 213 28 -
CMYK 0 0.16 0.89 0.01
HSL 49.33º 0.98% 0.55% -
HSV(B) 49.33º 0.89% 0.99% -
XYZ 64.51 68.55 10.93 -
YUV 203.87 28.75 163.04 -
System Red Green Blue C M Y K H S L
Decimal 253 213 28 0 0.16 0.89 0.01 49.33 0.98 0.55
Hex FD D5 1C 0 10 59 1 31 62 37
Octal 375 325 34 0 20 131 1 61 142 67
Binary 11111101 11010101 11100 0 10000 1011001 1 110001 1100010 110111

Color Harmonies of #FDD51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD51C

Black with #FDD51C

Text Example


Text Example

White with #FDD51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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