Html Css Color HEX #FDD21C Turbo

📋 copy color: '#FDD21C'

red 253 ◦ green 210 ◦ blue 28

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

Shades of Turbo #FDD21C

Tints of Turbo #FDD21C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.77%

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

R = 51.53%
G = 42.77%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDD21C (or 0xFDD21C) is known color: Turbo. HEX triplet: FD, D2 and 1C. RGB value is (253,210,28). Sum of RGB (Red+Green+Blue) = 253+210+28=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 28 (11.33% from 255 or 5.70% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD21C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD21C is #022DE3. Grayscale: #CACACA. Windows color (decimal): -142820 or 1889021. OLE color: 1889021.

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

Color convert

RGB 253 210 28 -
CMYK 0 0.17 0.89 0.01
HSL 48.53º 0.98% 0.55% -
HSV(B) 48.53º 0.89% 0.99% -
XYZ 63.76 67.06 10.68 -
YUV 202.11 29.75 164.3 -
System Red Green Blue C M Y K H S L
Decimal 253 210 28 0 0.17 0.89 0.01 48.53 0.98 0.55
Hex FD D2 1C 0 11 59 1 31 62 37
Octal 375 322 34 0 21 131 1 61 142 67
Binary 11111101 11010010 11100 0 10001 1011001 1 110001 1100010 110111

Color Harmonies of #FDD21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD21C

Black with #FDD21C

Text Example


Text Example

White with #FDD21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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