Html Css Color HEX #FDDC21 Turbo

📋 copy color: '#FDDC21'

red 253 ◦ green 220 ◦ blue 33

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

Shades of Turbo #FDDC21

Tints of Turbo #FDDC21

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.48%

 BLUE value IS 33 (13.28% from 255) = 6.52%

R = 50%
G = 43.48%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FDDC21 (or 0xFDDC21) is known color: Turbo. HEX triplet: FD, DC and 21. RGB value is (253,220,33). Sum of RGB (Red+Green+Blue) = 253+220+33=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 33 (13.28% from 255 or 6.52% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDDC21 is #0223DE. Grayscale: #D1D1D1. Windows color (decimal): -140255 or 2219261. OLE color: 2219261.

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

Color convert

RGB 253 220 33 -
CMYK 0 0.13 0.87 0.01
HSL 51º 0.98% 0.56% -
HSV(B) 51º 0.87% 0.99% -
XYZ 66.38 72.18 11.87 -
YUV 208.55 28.93 159.71 -
System Red Green Blue C M Y K H S L
Decimal 253 220 33 0 0.13 0.87 0.01 51 0.98 0.56
Hex FD DC 21 0 D 57 1 33 62 38
Octal 375 334 41 0 15 127 1 63 142 70
Binary 11111101 11011100 100001 0 1101 1010111 1 110011 1100010 111000

Color Harmonies of #FDDC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC21

Black with #FDDC21

Text Example


Text Example

White with #FDDC21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC21; }

 p { color: rgb(253,220,33); }

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

background-color css

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

 a { background-color: rgb(253,220,33); }

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

border-color css

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

 span { border-color: rgb(253,220,33); }

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