Html Css Color HEX #FDD21B Turbo

📋 copy color: '#FDD21B'

red 253 ◦ green 210 ◦ blue 27

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

Shades of Turbo #FDD21B

Tints of Turbo #FDD21B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.51%

R = 51.63%
G = 42.86%
B = 5.51%

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

#FDD21B (or 0xFDD21B) is known color: Turbo. HEX triplet: FD, D2 and 1B. RGB value is (253,210,27). Sum of RGB (Red+Green+Blue) = 253+210+27=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 210 (82.42% from 255 or 42.86% from 490); Blue value is 27 (10.94% from 255 or 5.51% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD21B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD21B is #022DE4. Grayscale: #CACACA. Windows color (decimal): -142821 or 1823485. OLE color: 1823485.

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

Color convert

RGB 253 210 27 -
CMYK 0 0.17 0.89 0.01
HSL 48.58º 0.98% 0.55% -
HSV(B) 48.58º 0.89% 0.99% -
XYZ 63.75 67.05 10.62 -
YUV 202 29.25 164.38 -
System Red Green Blue C M Y K H S L
Decimal 253 210 27 0 0.17 0.89 0.01 48.58 0.98 0.55
Hex FD D2 1B 0 11 59 1 31 62 37
Octal 375 322 33 0 21 131 1 61 142 67
Binary 11111101 11010010 11011 0 10001 1011001 1 110001 1100010 110111

Color Harmonies of #FDD21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD21B

Black with #FDD21B

Text Example


Text Example

White with #FDD21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD21B; }

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

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

background-color css

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

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

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

border-color css

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

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

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